home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Dema / anito_demo.exe / {app} / data / globals.gs < prev    next >
Text File  |  2003-10-30  |  209KB  |  5,488 lines

  1. {
  2. // menu related
  3. music_menu        "data/music/Mainmenu.ogg"
  4. music_credits        "data/music/Bagwis.ogg"
  5.  
  6.  
  7. // gender specific variables copied into new variables (below) at new game
  8.   name_female        "Maya"
  9.   name_male            "Agila"
  10.   directory_female    "data/player/maya/"
  11.   directory_male        "data/player/agila/"
  12.   directory_cs_female    "data/cutscenes/maya/"
  13.   directory_cs_male    "data/cutscenes/agila/"
  14.   directory_ai_female    "data/ai/maya/"
  15.   directory_ai_male    "data/ai/agila/"
  16.   textureid_male        "0"
  17.   textureid_female    "1"
  18.   startlevel_male        "SouthSilimanForest/SouthSilimanExt"
  19.   startlevel_female    "SouthSilimanForest/SouthSilimanExt"
  20.   spawnx_male        "900"
  21.   spawnx_female        "900"
  22.   starttime_male          "16"
  23.   starttime_female    "16"
  24.   journal_male        "data/agila.gs"
  25.   journal_female    "data/maya.gs"
  26.  
  27.   player_gender        "male"
  28.   player_directory    ""
  29.   player_name        ""
  30.   player_cs_directory    ""
  31.   player_ai_directory    ""
  32.   player_textureid    ""
  33.   currentlevel        ""
  34.  
  35.  
  36. // player sound files
  37.   playersound_gun        "battle/gun"
  38.   playersound_bow        "battle/bow"
  39.   playersound_thud        "battle/arrowthud"
  40.  
  41.   playersound_armor0_block    "battle/blockflesh"
  42.   playersound_armor0_hit        "battle/hitflesh"
  43.   playersound_armor1_block    "battle/blockarmor"
  44.   playersound_armor1_hit        "battle/hitarmor"
  45.   playersound_armor2_block    "battle/blockflesh"
  46.   playersound_armor2_hit        "battle/hitflesh"
  47.  
  48.   playersound_swish        "battle/swish"
  49.  
  50.  
  51.   player_present    "1"
  52.   equip_armortype    "0"
  53.   state            "normal"
  54.   state_detail        "stance"
  55.  
  56.   camera_zoom        "400.0"
  57.  
  58.   time_day        "1"
  59.   time_hour        "8"
  60.   time_minute        "0"
  61.   time_tic        "0"
  62.  
  63.   time_ticloop        "150"
  64.  
  65.   stat_strength            ""
  66.   stat_agility            ""
  67.   stat_constitution        ""
  68.   stat_wisdom            ""
  69.   stat_allocatable        "7"
  70.  
  71.   male_strength            "12"
  72.   male_agility            "9"
  73.   male_constitution        "10"
  74.   male_wisdom            "9"
  75.  
  76.   female_strength            "8"
  77.   female_agility            "12"
  78.   female_constitution        "9"
  79.   female_wisdom            "11"
  80.  
  81.   health_headmult            "10"
  82.   health_torsomult        "16"
  83.   health_rightarmmult        "12"
  84.   health_leftarmmult        "12"
  85.   health_legsmult            "16"
  86.   health_totalmult        "32"
  87.  
  88.   npc_headmult            "0.25"
  89.   npc_torsomult            "0.5"
  90.   npc_rightarmmult        "0.4"
  91.   npc_leftarmmult            "0.4"
  92.   npc_legsmult            "0.5"
  93.  
  94.   part_torso_penalty        "0.6"
  95.   part_leftarm_penalty        "-15"
  96.   part_rightarm_penalty        "-15"
  97.   part_legs_penalty        "0.6"
  98.  
  99. //1500 tics for 1 hp
  100.   npc_regen            "1500"
  101.  
  102.   npc_skills_astral_range    "-1"
  103.   npc_skills_astral_damage    "-1"
  104.   npc_skills_astral_lag        "240"
  105.  
  106.   npc_skills_rush_range        "800"
  107.   npc_skills_rush_damage    "-1"
  108.   npc_skills_rush_lag        "240"
  109.  
  110.   npc_skills_deflect_range    "400"
  111.   npc_skills_deflect_damage    "-1"
  112.   npc_skills_deflect_lag    "50"
  113.  
  114.   npc_skills_summon_range    "-1"
  115.   npc_skills_summon_damage    "-1"
  116.   npc_skills_summon_lag        "100"
  117.  
  118.   npc_skills_curse_range    "300"
  119.   npc_skills_curse_damage    "-1"
  120.   npc_skills_curse_lag        "180"
  121.  
  122.   npc_skills_slow_range        "300"
  123.   npc_skills_slow_damage    "-1"
  124.   npc_skills_slow_lag        "180"
  125.  
  126.   npc_skills_drain_range    "300"
  127.   npc_skills_drain_damage    "6f"
  128.   npc_skills_drain_lag        "50"
  129.  
  130.   npc_skills_heal_range        "400"
  131.   npc_skills_heal_damage    "-1"
  132.   npc_skills_heal_lag        "180"
  133.  
  134.   npc_skills_focus_range    "-1"
  135.   npc_skills_focus_damage    "-1"
  136.   npc_skills_focus_lag        "120"
  137.  
  138.   npc_skills_strike_range    "300"
  139.   npc_skills_strike_damage    "10"
  140.   npc_skills_strike_lag        "120"
  141.  
  142.   npc_skills_project_range    "-1"
  143.   npc_skills_project_damage    "-1"
  144.   npc_skills_project_lag    "300"
  145.  
  146.   npc_skills_avoid_range    "-1"
  147.   npc_skills_avoid_damage    "-1"
  148.   npc_skills_avoid_lag        "180"
  149.  
  150.   npc_skills_teleport_range    "800"
  151.   npc_skills_teleport_damage    "-1"
  152.   npc_skills_teleport_lag    "180"
  153.  
  154.   npc_skills_sleep_range    "300"
  155.   npc_skills_sleep_damage    "-1"
  156.   npc_skills_sleep_lag        "180"
  157.  
  158.   attack_max            "95"
  159.   attack_min            "10"
  160.  
  161.   prob_head                "5"
  162.   prob_torso            "45"
  163.   prob_legs                "20"
  164.   prob_leftarm            "15"
  165.   prob_rightarm            "15"
  166.  
  167.   chakra_redmult            "0"
  168.   chakra_orangemult        "0"
  169.   chakra_yellowmult        "0"
  170.   chakra_greenmult        "0"
  171.   chakra_bluemult            "0"
  172.   chakra_whitemult        "0"
  173.  
  174.   chakra_redmult_start        "15"
  175.   chakra_redmult_plus        "1"
  176.   chakra_orangemult_start    "15"
  177.   chakra_orangemult_plus    "1"
  178.   chakra_yellowmult_start    "10"
  179.   chakra_yellowmult_plus    "2"
  180.   chakra_greenmult_start    "20"
  181.   chakra_greenmult_plus        "2"
  182.   chakra_bluemult_start        "20"
  183.   chakra_bluemult_plus        "1"
  184.   chakra_whitemult_start    "20"
  185.   chakra_whitemult_plus        "0"
  186.  
  187.   money                "0"
  188.   money_index            "0"
  189.   weapon_active            "1"
  190.   ui_chakra                "brown"
  191.  
  192. // GAME CONSTANTS 
  193.  
  194.   regenerate_health        "600"
  195.   regenerate_energy        "600"
  196.   regen_sleep_health        "300"
  197.   regen_sleep_energy        "300"
  198.  
  199.   state_sleep            "960"
  200.   state_food            "710"
  201.  
  202.   bow_fullpower            "80"
  203.   bow_skillspeedbonus        "16"
  204.   bow_power1bonus            "-10"
  205.   bow_power2bonus            "-5"
  206.   bow_power3bonus            "0"
  207.  
  208.   fist_range            "55"
  209.   fist_attack            "10"
  210.   fist_damagemin            "1"
  211.   fist_damagemax            "3"
  212.  
  213.   bow_range                "1100"
  214.   gun_range                "1200"
  215.   bayonet_range            "75"
  216.   axe_range                "70"
  217.   spear_range            "90"
  218.   kris_range1            "70"
  219.   kris_range2            "80"
  220.   itak_range1            "70"
  221.   itak_range2            "75"
  222.   sabre_range1            "75"
  223.   sabre_range2            "80"
  224.   halberd_range1            "80"
  225.   halberd_range2            "85"
  226.   fist_attack            "10"
  227.  
  228.  
  229. // SKILL RELATED CONSTANTS
  230.  
  231.   charm_sell_increase    "1.1"
  232.   charm_buy_discount    "0.9"
  233.  
  234.   parry_defense_mult    "0.2"
  235.   parry_defense_bonus    "5"
  236.   parry_damage_mult    "0.5"
  237.  
  238.   aimskill_plus        "0"
  239.   aimskill_mult        "12.5"
  240.   aimskill_attackmod    "-25"
  241.  
  242.   strike_plus        "1.2"
  243.   strike_mult        "0.2"
  244.  
  245.   rush_plus        "200.0"
  246.   rush_mult        "50.0"
  247.  
  248.   proficiency_damagemult    "0.1"
  249.   proficiency_attackmult    "0.15"
  250.   proficiency_defensemult    "0.2"
  251.  
  252. // time is in game minutes while duration is in tics
  253.   drain_mult            "0.15"
  254.   sense_time            "20"
  255.   read_time                "20"
  256.   spook_duration            "300"
  257.   charm_duration            "300"
  258.   possess_duration        "300"
  259.   focus_mult            "4"
  260.   focus_time            "10"
  261.   avoid_mult            "4"
  262.   avoid_time            "10"
  263.   heal_mult                "15"
  264.   combo_mult            "0.2"
  265.   counter_mult            "0.1"
  266.   stun_mult                "30"
  267.   stun_plus                "60"
  268.   flash_plus            "150"
  269.   flash_mult            "150"
  270.   slow_plus                "180"
  271.   slow_mult                "90"
  272.   sleep_plus            "600"
  273.   sleep_mult            "300"
  274.   blind_plus            "0"
  275.   blind_mult            "300"
  276.   curse_plus            "-3"
  277.   curse_mult            "-3"
  278.   curse_duration            "18000"
  279.   fightskill_time            "60"
  280.   astral_plus            "30"
  281.   astral_mult            "30"
  282.   reversal_time            "10"
  283.   reversal_chance            "50"
  284.   reversal_plus            "6"
  285.   reversal_mult            "4"
  286.  
  287.   summon_name        "Creature"
  288.   summon_examinename    "A summoned forest denizen."
  289.   summon_plus        ".67"
  290.   summon_mult        ".34"
  291.   summon_attack        "10"
  292.   summon_defense    "5"
  293.   summon_damagemin    "1"
  294.   summon_damagemax    "5"
  295.   summon_health        "10"
  296.  
  297. // OUR STRING TABLE
  298.  
  299.   chakra_brown_name    "Earth Chakra"
  300.   chakra_red_name    "Blood Chakra"
  301.   chakra_orange_name    "Touch Chakra"
  302.   chakra_yellow_name    "Center Chakra"
  303.   chakra_green_name    "Life Chakra"
  304.   chakra_blue_name    "Wave Chakra"
  305.   chakra_white_name    "Divine Chakra"
  306.  
  307.  
  308.   stat_strength_name    "Strength"
  309.   stat_agility_name    "Agility"
  310.   stat_constitution_name    "Health"
  311.   stat_wisdom_name    "Chakra"
  312.  
  313.   stat_attack_name    "Attack"
  314.   stat_defense_name    "Defense"
  315.   stat_damage_name    "Damage"
  316.   stat_life_name    "Life"
  317.   stat_energy_name    "Energy"
  318.  
  319.   stat_up_name        "Attributes Left"
  320.   skill_up_name        "Skill Ups Left"
  321.  
  322.   time_description1        "midnight"        
  323.   time_description2        "past midnight"
  324.   time_description3        "past midnight"
  325.   time_description4        "past midnight"
  326.   time_description5        "dawn"
  327.   time_description6        "early morning"
  328.   time_description7        "early morning"
  329.   time_description8        "mid morning"
  330.   time_description9        "mid morning"
  331.   time_description10        "early morning"
  332.   time_description11        "early morning"
  333.   time_description12        "noon"
  334.   time_description13        "afternoon"
  335.   time_description14        "afternoon"
  336.   time_description15        "mid afternoon"
  337.   time_description16        "mid afternoon"
  338.   time_description17        "late afternoon"
  339.   time_description18        "late afternoon"
  340.   time_description19        "sunset"
  341.   time_description20        "night time"
  342.   time_description21        "night time"
  343.   time_description22        "night time"    
  344.   time_description23        "near midnight"
  345.   time_description24        "midnight"
  346.  
  347.   part_head_name    "Head"
  348.   part_torso_name    "Torso"
  349.   part_leftarm_name    "Left Arm"
  350.   part_rightarm_name    "Right Arm"
  351.   part_legs_name    "Legs"
  352.  
  353.   examine_attack1    "Attack 1:      "
  354.   examine_attack2    "Attack 2:      "
  355.   examine_attackrating    "Attack Rating: "
  356.   examine_damage    "Damage:        "
  357.   examine_armortype    "Type:          "
  358.   examine_defense    "Defense:          "
  359.   examine_damageminus    "Damage Reduction: "
  360.   examine_slash        "Slash"
  361.   examine_thrust    "Thrust"
  362.   examine_ranged    "Ranged"
  363.   examine_smash        "Smash"
  364.  
  365.   examine_weapontype    "Weapon Type:  "
  366.   examine_kris        "Kris"
  367.   examine_itak        "Scimitar"
  368.   examine_sabre        "Sabre"
  369.   examine_halberd    "Halberd"
  370.   examine_axe        "Axe"
  371.   examine_spear        "Spear"
  372.   examine_bow        "Bow"
  373.   examine_musket    "Musket"
  374.   examine_pistol    "Pistol"
  375.   examine_bayonet    "Bayonet"
  376.  
  377.   tooltip_head_slot    "Head Gear:"
  378.   tooltip_torso_slot    "Armor:"
  379.   tooltip_leftarm_slot    "Equipment B:"
  380.   tooltip_rightarm_slot    "Equipment A:"
  381.   tooltip_legs_slot    "Leg Gear:"
  382.   tooltip_none        "none"
  383.  
  384.   tooltip_price        "Price"
  385.   tooltip_priceless    "can't be sold"
  386.  
  387.   tooltip_location    "Location"
  388.   tooltip_day        "Day"
  389.  
  390.   tooltip_fatigued    "Fatigued:"
  391.   tooltip_starving    "Starving:"
  392.   tooltip_poisoned    "Poisoned:"
  393.   tooltip_cursed    "Cursed:"
  394.   tooltip_yes        "Yes"
  395.   tooltip_almost    "Almost"
  396.   tooltip_no        "No"
  397.   tooltip_discard    "Discard Item"
  398.  
  399.   tooltip_worldmap    "World Map"
  400.   tooltip_areamap    "Area Map"
  401.  
  402. tooltip_plus1        "Click here to increase attribute"
  403. tooltip_plus2        "No more attributes remaining"
  404. tooltip_minus1        "Click here to decrease attribute"
  405. tooltip_minus2        "Attribute cannot be decreased further"
  406. tooltip_male        "Click here to change to Agila"
  407. tooltip_female        "Click here to change to Maya"
  408. tooltip_start1        "Start the game"
  409. tooltip_start2        "Please allocate all attributes"
  410.             "before starting the game."
  411. tooltip_cancel        "Return to Main Menu"
  412. tooltip_strength        "Strength represents your ability"
  413.             "to deal damage with melee weapons"
  414. tooltip_agility        "Agility represents your ability"
  415.             "to target and avoid enemies"
  416. tooltip_constitution    "Health represents your ability to resist"
  417.             "crippling blows and regenerate lost life"
  418. tooltip_wisdom        "Chakra represents your ability to harness"
  419.             "your inner power"
  420.  
  421.  
  422.   msg_statup        "Your attributes have increased"
  423.   msg_skillup        "Your skills have increased"
  424.   msg_newskill        "You've learned a new skill"
  425.   msg_mapupdate        "Map updated"
  426.  
  427.   msg_itemlost        "Item Lost"
  428.   msg_itemgained    "Item Gained"
  429.   msg_moneylost        "Money Lost"
  430.   msg_moneygained    "Money Gained"
  431.   msg_death            "Your spirit has returned to Maroka's embrace."
  432.                 "You are welcome to try again."
  433.   msg_passtime1            "hour has passed"
  434.   msg_passtime2            "hours have passed"
  435.   msg_heal                "health points restored"
  436.   msg_lifedrain            "health points drained"
  437.  
  438.   msg_headdead        "Fatal"
  439.   msg_torsodead        "Damage Reduced"
  440.   msg_leftarmdead    "Defense Reduced"
  441.   msg_rightarmdead    "Attack Reduced"
  442.   msg_legsdead        "Movement Reduced"
  443.  
  444.   msg_npc_damaged    "Damage"
  445.   msg_npc_partdead    "Critical Hit"
  446.   msg_missed        "miss"
  447.  
  448.   msg_errorhead        "Only Head Gear may"
  449.             "be equipped in this slot."
  450.   msg_errortorso    "Only Body Armor may"
  451.             "be equipped in this slot."
  452.   msg_errorlegs        "Only Foot Wear may"
  453.             "be equipped in this slot."
  454.   msg_errorprimary    "Only Melee Weapons may"
  455.             "be equipped in this slot."
  456.   msg_errorsecondary    "Only Ranged Weapons or Shields"
  457.             "may be equipped in this slot."
  458.  
  459.  
  460. // JOURNAL ENTRIES
  461.   journal_msg        "Journal Updated"
  462.   journal_addmsg        "Entry Added"
  463.   journal_updatemsg    "Journal Updated"
  464.   journal_removemsg    "Quest Completed"
  465.  
  466.  
  467. // SCORE
  468.  score_current        "0"
  469.  score_max            "65"
  470.  score_name            "Score"
  471.  
  472.  
  473. // SKILLS TABLE
  474.   project_name  "A mirror-image of myself."
  475.  
  476.   skill_brown0                "THRUST"
  477.   skill_brown0_name            "THRUST"
  478.   skill_description1_brown0    "+0 Attack +0 Damage"
  479.                             "to thrusting attacks."
  480.   skill_description2_brown0    "+15% Attack +10% Damage"
  481.                             "to thrusting attacks."
  482.   skill_description3_brown0    "+30% Attack +20% Damage"
  483.                             "to thrusting attacks."
  484.   skill_description4_brown0    "+45% Attack +30% Damage"
  485.                             "to thrusting attacks."
  486.   skill_type_brown0            "passive"
  487.   skill_level_brown0        "1"
  488.  
  489.   skill_brown1                "SLASH"
  490.   skill_brown1_name            "SLASH"
  491.   skill_description1_brown1    "+0 Attack +0 Damage"
  492.                             "to slashing attacks."
  493.   skill_description2_brown1    "+15% Attack +10% Damage"
  494.                             "to slashing attacks."
  495.   skill_description3_brown1    "+30% Attack +20% Damage"
  496.                             "to slashing attacks."
  497.   skill_description4_brown1    "+45% Attack +30% Damage"
  498.                             "to slashing attacks."
  499.   skill_type_brown1            "passive"
  500.   skill_level_brown1        "0"
  501.  
  502.   skill_brown2                "RANGED"
  503.   skill_brown2_name            "RANGED"
  504.   skill_description1_brown2    "+0 Attack +0 Damage"
  505.                             "to ranged attacks."
  506.   skill_description2_brown2    "+15% Attack +10% Damage"
  507.                             "to ranged attacks."
  508.   skill_description3_brown2    "+30% Attack +20% Damage"
  509.                             "to ranged attacks."
  510.   skill_description4_brown2    "+45% Attack +30% Damage"
  511.                             "to ranged attacks."
  512.   skill_type_brown2            "passive"
  513.   skill_level_brown2        "0"
  514.  
  515.   skill_brown3                "DEFENSE"
  516.   skill_brown3_name            "DEFENSE"
  517.   skill_description1_brown3    "+20% to player defense"
  518.   skill_description2_brown3    "+40% to player defense"
  519.                             "+10% to player block"
  520.   skill_description3_brown3    "+60% to player defense"
  521.                             "+20% to player block"
  522.   skill_description4_brown3    "+80% to player defense"
  523.                             "+30% to player block"
  524.   skill_type_brown3            "passive"
  525.   skill_level_brown3        "0"
  526.  
  527.   skill_red0                "COMBO"
  528.   skill_red0_name                "COMBO"
  529.   skill_description1_red0    "Secondary combo"
  530.                     "attack at 40% damage."
  531.   skill_description2_red0    "Secondary combo"
  532.                     "attack at 60% damage."
  533.   skill_description3_red0    "Secondary combo"
  534.                     "attack at 80% damage."
  535.   skill_description4_red0    "Secondary combo"
  536.                     "attack at 100% damage."
  537.  
  538.   skill_type_red0            "fighting"
  539.   skill_level_red0            "0"
  540.   skill_chakra_level1_red0    "7"
  541.   skill_chakra_level2_red0    "8"
  542.   skill_chakra_level3_red0    "9"
  543.   skill_chakra_level4_red0    "10"
  544.  
  545.   skill_red1                "RUSH"
  546.   skill_red1_name                "RUSH"
  547.   skill_description1_red1        "Quick rushing movement."
  548.                         "Higher skill levels have"
  549.                         "farther rush distances."
  550.   skill_description2_red1        "Quick rushing movement."
  551.                         "Higher skill levels have"
  552.                         "farther rush distances."
  553.   skill_description3_red1        "Quick rushing movement."
  554.                         "Higher skill levels have"
  555.                         "farther rush distances."
  556.   skill_description4_red1        "Quick rushing movement."
  557.                         "Higher skill levels have"
  558.                         "farther rush distances."
  559.   skill_type_red1                "target_both"
  560.   skill_level_red1            "0"
  561.   skill_chakra_level1_red1        "5"
  562.   skill_chakra_level2_red1        "6"
  563.   skill_chakra_level3_red1        "7"
  564.   skill_chakra_level4_red1        "8"
  565.  
  566.   skill_red2                "AIM"
  567.   skill_red2_name            "AIM"
  568.   skill_description1_red2    "Additional 12.5% chance"
  569.                             "to score a fatal wound."
  570.                             "Reduces chance to hit."
  571.   skill_description2_red2    "Additional 25% chance"
  572.                             "to score a fatal wound."
  573.                             "Reduces chance to hit."
  574.   skill_description3_red2    "Additional 37.5% chance"
  575.                             "to score a fatal wound."
  576.                             "Reduces chance to hit."
  577.   skill_description4_red2    "Additional 50% chance"
  578.                             "to score a fatal wound."
  579.                             "Reduces chance to hit."
  580.   skill_type_red2            "fighting"
  581.   skill_level_red2            "0"
  582.   skill_chakra_level1_red2    "8"
  583.   skill_chakra_level2_red2    "7"
  584.   skill_chakra_level3_red2    "6"
  585.   skill_chakra_level4_red2    "5"
  586.  
  587.   skill_red3            "AVOID"
  588.   skill_red3_name            "AVOID"
  589.   skill_description1_red3    "+8 increase to Defense"
  590.                     "rating for 10 minutes"
  591.   skill_description2_red3    "+12 increase to Defense"
  592.                     "rating for 10 minutes"
  593.   skill_description3_red3    "+16 increase to Defense"
  594.                     "rating for 10 minutes"
  595.   skill_description4_red3    "+20 increase to Defense"
  596.                     "rating for 10 minutes"
  597.   skill_type_red3            "nontarget"
  598.   skill_level_red3        "0"
  599.   skill_chakra_level1_red3    "10"
  600.   skill_chakra_level2_red3    "11"
  601.   skill_chakra_level3_red3    "12"
  602.   skill_chakra_level4_red3    "13"
  603.  
  604.   skill_orange0                    "SPOOK"
  605.   skill_orange0_name                "SPOOK"
  606.   skill_description1_orange0    "Summon your target's worst"
  607.                                 "fear. Hostile creatures"
  608.                                 "avoid you for 10 sec."
  609.   skill_description2_orange0    "Summon your target's worst"
  610.                                 "fear. Hostile creatures"
  611.                                 "avoid you for 20 sec."
  612.   skill_description3_orange0    "Summon your target's worst"
  613.                                 "fear. Hostile creatures"
  614.                                 "avoid you for 30 sec."
  615.   skill_description4_orange0    "Summon your target's worst"
  616.                                 "fear. Hostile creatures"
  617.                                 "avoid you for 40 sec."
  618.   skill_type_orange0            "targetted"
  619.   skill_level_orange0            "0"
  620.   skill_chakra_level1_orange0    "12"
  621.   skill_chakra_level2_orange0    "14"
  622.   skill_chakra_level3_orange0    "16"
  623.   skill_chakra_level4_orange0    "18"
  624.  
  625.   skill_orange1                    "CHARM"
  626.   skill_orange1_name                "CHARM"
  627.   skill_description1_orange1    "Influence your target."
  628.                                 "Hostile creatures may"
  629.                                 "stop attacking for 10 sec."
  630.   skill_description2_orange1    "Influence your target."
  631.                                 "Hostile creatures may"
  632.                                 "stop attacking for 20 sec."
  633.   skill_description3_orange1    "Influence your target."
  634.                                 "Hostile creatures may"
  635.                                 "stop attacking for 30 sec."
  636.   skill_description4_orange1    "Influence your target."
  637.                                 "Hostile creatures may"
  638.                                 "stop attacking for 40 sec."
  639.   skill_type_orange1            "targetted"
  640.   skill_level_orange1            "0"
  641.   skill_chakra_level1_orange1    "14"
  642.   skill_chakra_level2_orange1    "16"
  643.   skill_chakra_level3_orange1    "18"
  644.   skill_chakra_level4_orange1    "20"
  645.  
  646.   skill_orange2                    "SUMMON"
  647.   skill_orange2_name                "SUMMON"
  648.   skill_description1_orange2    "Call one (1) forest"
  649.                                 "creature to aid you."
  650.                                 "May only be used outdoors."
  651.   skill_description2_orange2    "Call two (2) forest"
  652.                                 "creatures to aid you."
  653.                                 "May only be used outdoors."
  654.   skill_description3_orange2    "Call three (3) forest"
  655.                                 "creatures to aid you."
  656.                                 "May only be used outdoors."
  657.   skill_description4_orange2    "Call four (4) forest."
  658.                                 "creatures to aid you"
  659.                                 "May only be used outdoors."
  660.   skill_type_orange2            "nontarget"
  661.   skill_level_orange2            "0"
  662.   skill_chakra_level1_orange2    "15"
  663.   skill_chakra_level2_orange2    "20"
  664.   skill_chakra_level3_orange2    "25"
  665.   skill_chakra_level4_orange2    "30"
  666.  
  667.   skill_orange3                    "STUN"
  668.   skill_orange3_name                "STUN"
  669.   skill_description1_orange3            "Temporarily paralyze an"
  670.                             "enemy for 2 sec. Target"
  671.                             "must be succesfully hit."
  672.   skill_description2_orange3            "Temporarily paralyze an"
  673.                             "enemy for 3 sec. Target"
  674.                             "must be succesfully hit."
  675.   skill_description3_orange3            "Temporarily paralyze an"
  676.                             "enemy for 4 sec. Target"
  677.                             "must be succesfully hit."
  678.   skill_description4_orange3            "Temporarily paralyze an"
  679.                             "enemy for 5 sec. Target"
  680.                             "must be succesfully hit."
  681.   skill_type_orange3                "fighting"
  682.   skill_level_orange3                "0"
  683.   skill_chakra_level1_orange3            "8"
  684.   skill_chakra_level2_orange3            "10"
  685.   skill_chakra_level3_orange3            "12"
  686.   skill_chakra_level4_orange3            "14"
  687.  
  688.   skill_yellow0                    "CURSE"
  689.   skill_yellow0_name                "CURSE"
  690.   skill_description1_yellow0            "Lower a target's Attack"
  691.                             "and Defense by 6."
  692.   skill_description2_yellow0            "Lower a target's Attack"
  693.                             "and Defense by 9."
  694.   skill_description3_yellow0            "Lower a target's Attack"
  695.                             "and Defense by 12."
  696.   skill_description4_yellow0            "Lower a target's Attack"
  697.                             "and Defense by 15."
  698.   skill_type_yellow0                "targetted"
  699.   skill_level_yellow0                "0"
  700.   skill_chakra_level1_yellow0    "7"
  701.   skill_chakra_level2_yellow0    "8"
  702.   skill_chakra_level3_yellow0    "9"
  703.   skill_chakra_level4_yellow0    "10"
  704.  
  705.   skill_yellow1                    "SLOW"
  706.   skill_yellow1_name                "SLOW"
  707.   skill_description1_yellow1    "Cause a target to move"
  708.                                 "at half their normal speed" 
  709.                                 "for 9 sec." 
  710.   skill_description2_yellow1    "Cause a target to move"
  711.                                 "at half their normal speed" 
  712.                                 "for 12 sec." 
  713.   skill_description3_yellow1    "Cause a target to move"
  714.                                 "at half their normal speed" 
  715.                                 "for 15 sec." 
  716.   skill_description4_yellow1    "Cause a target to move"
  717.                                 "at half their normal speed" 
  718.                                 "for 18 sec." 
  719.   skill_type_yellow1            "targetted"
  720.   skill_level_yellow1            "0"
  721.   skill_chakra_level1_yellow1    "9"
  722.   skill_chakra_level2_yellow1    "10"
  723.   skill_chakra_level3_yellow1    "11"
  724.   skill_chakra_level4_yellow1    "12"
  725.  
  726.   skill_yellow2                    "READ"
  727.   skill_yellow2_name                "READ"
  728.   skill_description1_yellow2            "Determine someone or"
  729.                             "something's past. Higher"
  730.                             "levels are more successful."
  731.   skill_description2_yellow2            "Determine someone or"
  732.                             "something's past. Higher"
  733.                             "levels are more successful."
  734.   skill_description3_yellow2            "Determine someone or"
  735.                             "something's past. Higher"
  736.                             "levels are more successful."
  737.   skill_description4_yellow2            "Determine someone or"
  738.                             "something's past. Higher"
  739.                             "levels are more successful."
  740.   skill_type_yellow2                "nontarget"
  741.   skill_level_yellow2                "0"
  742.   skill_chakra_level1_yellow2            "12"
  743.   skill_chakra_level2_yellow2            "6"
  744.   skill_chakra_level3_yellow2            "3"
  745.   skill_chakra_level4_yellow2            "1"
  746.  
  747.   skill_yellow3                    "DRAIN"
  748.   skill_yellow3_name                "DRAIN"
  749.   skill_description1_yellow3            "Damage is converted: 15%"
  750.                                 "Life and 4% Energy. Target"
  751.                                 "must be succesfully hit."
  752.   skill_description2_yellow3            "Damage is converted: 30%"
  753.                                 "Life and 8% Energy: Target"
  754.                                 "must be succesfully hit."
  755.   skill_description3_yellow3            "Damage is converted: 45%"
  756.                                 "Life and 12% Energy. Target"
  757.                                 "must be succesfully hit."
  758.   skill_description4_yellow3            "Damage is converted: 60%"
  759.                                 "Life and 16% Energy. Target"
  760.                                 "must be succesfully hit."
  761.   skill_type_yellow3                "fighting"
  762.   skill_level_yellow3                "0"
  763.   skill_chakra_level1_yellow3            "8"
  764.   skill_chakra_level2_yellow3            "10"
  765.   skill_chakra_level3_yellow3            "12"
  766.   skill_chakra_level4_yellow3            "14"
  767.  
  768.   skill_green0                    "ASTRAL"
  769.   skill_green0_name                "ASTRAL"
  770.   skill_description1_green0            "Scout your location with"
  771.                                 "your astral self. 1 energy"
  772.                                 "used every 2 sec."
  773.   skill_description2_green0            "Scout your location with"
  774.                                 "your astral self. 1 energy"
  775.                                 "used every 3 sec."
  776.   skill_description3_green0            "Scout your location with"
  777.                                 "your astral self. 1 energy"
  778.                                 "used every 4 sec."
  779.   skill_description4_green0            "Scout your location with"
  780.                                 "your astral self. 1 energy"
  781.                                 "used every 5 sec."
  782.   skill_type_green0                    "nontarget"
  783.   skill_level_green0                "0"
  784.   skill_chakra_level1_green0            "8"
  785.   skill_chakra_level2_green0            "6"
  786.   skill_chakra_level3_green0            "4"
  787.   skill_chakra_level4_green0            "2"
  788.  
  789.   skill_green1                    "HEAL"
  790.   skill_green1_name                "HEAL"
  791.   skill_description1_green1        "Channel your life energy"
  792.                                 "into healing bodies. 15"
  793.                                 "life points recovered."
  794.   skill_description2_green1        "Channel your life energy"
  795.                                 "into healing bodies. 30"
  796.                                 "life points recovered."
  797.   skill_description3_green1        "Channel your life energy"
  798.                                 "into healing bodies. 45"
  799.                                 "life points recovered."
  800.   skill_description4_green1        "Channel your life energy"
  801.                                 "into healing bodies. 60"
  802.                                 "life points recovered."
  803.   skill_type_green1                "targetted"
  804.   skill_level_green1            "0"
  805.   skill_chakra_level1_green1    "16"
  806.   skill_chakra_level2_green1    "20"
  807.   skill_chakra_level3_green1    "24"
  808.   skill_chakra_level4_green1    "28"
  809.  
  810.   skill_green2                    "FOCUS"
  811.   skill_green2_name                "FOCUS"
  812.   skill_description1_green2        "+8 increase to Attack"
  813.                         "rating for 10 minutes"
  814.   skill_description2_green2        "+12 increase to Attack"
  815.                         "rating for 10 minutes"
  816.   skill_description3_green2        "+16 increase to Attack"
  817.                         "rating for 10 minutes"
  818.   skill_description4_green2        "+20 increase to Attack"
  819.                         "rating for 10 minutes"
  820.   skill_type_green2            "nontarget"
  821.   skill_level_green2            "0"
  822.   skill_chakra_level1_green2    "10"
  823.   skill_chakra_level2_green2    "11"
  824.   skill_chakra_level3_green2    "12"
  825.   skill_chakra_level4_green2    "13"
  826.  
  827.   skill_green3                    "STRIKE"
  828.   skill_green3_name                "STRIKE"
  829.   skill_description1_green3        "Unblockable Melee attack"
  830.                                 "at +60% damage"
  831.   skill_description2_green3        "Unblockable Melee attack"
  832.                                 "at +80% damage"
  833.   skill_description3_green3        "Unblockable Melee attack"
  834.                                 "at +100% damage"
  835.   skill_description4_green3        "Unblockable Melee attack"
  836.                                 "at +120% damage"
  837.   skill_type_green3                "fighting"
  838.   skill_level_green3            "0"
  839.   skill_chakra_level1_green3    "14"
  840.   skill_chakra_level2_green3    "16"
  841.   skill_chakra_level3_green3    "18"
  842.   skill_chakra_level4_green3    "20"
  843.  
  844.   skill_blue0                    "PROJECT"
  845.   skill_blue0_name                "PROJECT"
  846.   skill_description1_blue0        "Create one (1) mirror"
  847.                                 "image copy of yourself."
  848.   skill_description2_blue0        "Create two (2) mirror"
  849.                                 "image copies of yourself."
  850.   skill_description3_blue0        "Create three (3) mirror"
  851.                                 "image copies of yourself."
  852.   skill_description4_blue0        "Create four (4) mirror"
  853.                                 "image copies of yourself."
  854.   skill_type_blue0                "nontarget"
  855.   skill_level_blue0                "0"
  856.   skill_chakra_level1_blue0        "15"
  857.   skill_chakra_level2_blue0        "20"
  858.   skill_chakra_level3_blue0        "25"
  859.   skill_chakra_level4_blue0        "30"
  860.  
  861.   skill_blue1                "REVERSAL"
  862.   skill_blue1_name            "REVERSAL"
  863.   skill_description1_blue1         "Reflect enemy Damage"
  864.                         "unto theirself. 50% chance"
  865.                         "reversal deals 1-10 damage"
  866.   skill_description2_blue1        "Reflect enemy Damage"
  867.                         "unto theirself. 50% chance"
  868.                         "reversal deals 1-14 damage"
  869.   skill_description3_blue1        "Reflect enemy Damage"
  870.                         "unto theirself. 50% chance"
  871.                         "reversal deals 1-18 damage"
  872.   skill_description4_blue1        "Reflect enemy Damage"
  873.                         "unto theirself. 50% chance"
  874.                         "reversal deals 1-22 damage"
  875.   skill_type_blue1            "nontarget"
  876.   skill_level_blue1            "0"
  877.   skill_chakra_level1_blue1        "3"
  878.   skill_chakra_level2_blue1        "4"
  879.   skill_chakra_level3_blue1        "5"
  880.   skill_chakra_level4_blue1        "6"
  881.  
  882.   skill_blue2                    "SENSE"
  883.   skill_blue2_name                "SENSE"
  884.   skill_description1_blue2        "Know enemy attributes and"
  885.                                 "detect enemy traps."
  886.                                 "Lasts 10 minutes."
  887.   skill_description2_blue2        "Know enemy attributes and"
  888.                                 "detect enemy traps."
  889.                                 "Lasts 10 minutes."
  890.   skill_description3_blue2        "Know enemy attributes and"
  891.                                 "detect enemy traps."
  892.                                 "Lasts 10 minutes."
  893.   skill_description4_blue2        "Know enemy attributes and"
  894.                                 "detect enemy traps."
  895.                                 "Lasts 10 minutes."
  896.   skill_type_blue2                "nontarget"
  897.   skill_level_blue2                "0"
  898.   skill_chakra_level1_blue2        "16"
  899.   skill_chakra_level2_blue2        "8"
  900.   skill_chakra_level3_blue2        "4"
  901.   skill_chakra_level4_blue2        "1"
  902.  
  903.   skill_blue3                    "BLIND"
  904.   skill_blue3_name                "BLIND"
  905.   skill_description1_blue3        "Affected creature has"
  906.                                 "reduced vision for 10"
  907.                                 "sec."
  908.   skill_description2_blue3        "Affected creature has"
  909.                                 "reduced vision for 20"
  910.                                 "sec."
  911.   skill_description3_blue3        "Affected creature has"
  912.                                 "reduced vision for 30"
  913.                                 "sec."
  914.   skill_description4_blue3        "Affected creature has"
  915.                                 "reduced vision for 40"
  916.                                 "sec."
  917.   skill_type_blue3                "fighting"
  918.   skill_level_blue3                "0"
  919.   skill_chakra_level1_blue3        "11"
  920.   skill_chakra_level2_blue3        "12"
  921.   skill_chakra_level3_blue3        "13"
  922.   skill_chakra_level4_blue3        "14"
  923.  
  924.   skill_white0                    "POSSESS"
  925.   skill_white0_name                "POSSESS"
  926.   skill_description1_white0     "Target is inhabited by" 
  927.                             "a hostile spirit. Berserks"
  928.                             "target for 8 sec."
  929.   skill_description2_white0     "Target is inhabited by" 
  930.                             "a hostile spirit. Berserks"
  931.                             "target for 12 sec."
  932.   skill_description3_white0     "Target is inhabited by" 
  933.                             "a hostile spirit. Berserks"
  934.                             "target for 16 sec."
  935.   skill_description4_white0     "Target is inhabited by" 
  936.                             "a hostile spirit. Berserks"
  937.                             "target for 20 sec."
  938.   skill_type_white0                "targetted"
  939.   skill_level_white0            "0"
  940.   skill_chakra_level1_white0    "16"
  941.   skill_chakra_level2_white0    "16"
  942.   skill_chakra_level3_white0    "16"
  943.   skill_chakra_level4_white0    "16"
  944.  
  945.   skill_white1                    "FLASH"
  946.   skill_white1_name                "FLASH"
  947.   skill_description1_white1        "Time slows down for"
  948.                                 "10 sec."
  949.   skill_description2_white1        "Time slows down for"
  950.                                 "15 sec."
  951.   skill_description3_white1        "Time slows down for"
  952.                                 "20 sec."
  953.   skill_description4_white1        "Time slows down for"
  954.                                 "25 sec."
  955.   skill_type_white1                "nontarget"
  956.   skill_level_white1            "0"
  957.   skill_chakra_level1_white1    "20"
  958.   skill_chakra_level2_white1    "19"
  959.   skill_chakra_level3_white1    "18"
  960.   skill_chakra_level4_white1    "17"
  961.  
  962.   skill_white2                    "TELEPORT"
  963.   skill_white2_name                "TELEPORT"
  964.   skill_description1_white2        "Instantaneous movement."
  965.   skill_description2_white2        "Instantaneous movement."
  966.   skill_description3_white2        "Instantaneous movement."
  967.   skill_description4_white2        "Instantaneous movement."
  968.   skill_type_white2                "target_ground"
  969.   skill_level_white2            "0"
  970.   skill_execution_time_white2    "60"
  971.   skill_execution_key0_white2    "ca"
  972.   skill_chakra_level1_white2    "12"
  973.   skill_chakra_level2_white2    "9"
  974.   skill_chakra_level3_white2    "6"
  975.   skill_chakra_level4_white2    "3"
  976.  
  977.   skill_white3                    "SLEEP"
  978.   skill_white3_name                "SLEEP"
  979.   skill_description1_white3        "Unblockable attack that"
  980.                         "causes target to lose"
  981.                         "consciousness."
  982.   skill_description2_white3        "Unblockable attack that"
  983.                         "causes target to lose"
  984.                         "consciousness."
  985.   skill_description3_white3        "Unblockable attack that"
  986.                         "causes target to lose"
  987.                         "consciousness."
  988.   skill_description4_white3        "Unblockable attack that"
  989.                         "causes target to lose"
  990.                         "consciousness."
  991.   skill_type_white3                "targetted"
  992.   skill_level_white3            "0"
  993.   skill_chakra_level1_white3    "10"
  994.   skill_chakra_level2_white3    "10"
  995.   skill_chakra_level3_white3    "10"
  996.   skill_chakra_level4_white3    "10"
  997.  
  998.  
  999. // ITEMS
  1000.  
  1001.   inventory_item0        "money_pouch"
  1002.   inventory_count0        "0"
  1003.  
  1004.   item_name_anito_head            "Head of Anito"
  1005.   item_examine_anito_head        "A strange statue, a head. Its emerald eyes"
  1006.                     "give a menacing look of warning. Small"
  1007.                     "symbols are carved into the wood."
  1008.   item_perclick_anito_head        "1"
  1009.   item_price_buying_anito_head    "0"
  1010.   item_examinescript_anito_head     ""
  1011.   item_price_selling_anito_head    "0"
  1012.   item_acquirescript_anito_head     ""
  1013.   item_num_combine_anito_head        "1"
  1014.   item_combine_name0_anito_head        "anito_torso"
  1015.   item_combine_return0_anito_head    "anito_head_torso"
  1016.   item_combine_take0_anito_head        "1"
  1017.   item_readlevel_anito_head        "0"
  1018.   item_readexamine_anito_head        "Dance the prophets' song"
  1019.                     "Deep in Maroka's bosom"
  1020.                     "Where life and death meet"
  1021.                     "Face to face, they speak, we listen"
  1022.                     "To be filled with her wisdom"
  1023.                     "And strength."
  1024.   item_readscript_anito_head        "read_anito_head"
  1025.   item_readcutscene_anito_head    ""
  1026.  
  1027.   item_name_anito_torso        "Torso of Anito"
  1028.   item_examine_anito_torso        "This piece of wood is remarkably smooth"
  1029.                     "and fragrant.  It has numerous depressions"
  1030.                     "and niches carved into it."
  1031.   item_perclick_anito_torso    "1"
  1032.   item_price_buying_anito_torso    "0"
  1033.   item_price_selling_anito_torso    "0"
  1034.   item_acquirescript_anito_torso    ""
  1035.   item_num_combine_anito_torso        "1"
  1036.   item_combine_name0_anito_torso    "anito_head"
  1037.   item_combine_return0_anito_torso    "anito_head_torso"
  1038.   item_combine_take0_anito_torso    "1"
  1039.   item_readlevel_anito_torso        "1"
  1040.   item_readexamine_anito_torso        "Anito of Maroka, come heal the wounds."
  1041.                     "Protector of our Land shall break the chains."
  1042.   item_readscript_anito_torso        "read_anito_torso"
  1043.   item_readcutscene_anito_torso    ""
  1044.  
  1045.   item_name_anito_larm        "Left Arm of Anito"
  1046.   item_examine_anito_larm        "It looks like a detached arm from a statue."
  1047.                     "It is covered with etchings and symbols."
  1048.   item_perclick_anito_larm    "1"
  1049.   item_price_buying_anito_larm    "0"
  1050.   item_price_selling_anito_larm    "0"
  1051.   item_acquirescript_anito_larm    ""
  1052.   item_num_combine_anito_larm        "1"
  1053.   item_combine_name0_anito_larm        "anito_head_torso_rarm"
  1054.   item_combine_return0_anito_larm    "anito_head_torso_arms"
  1055.   item_combine_take0_anito_larm        "1"
  1056.   item_readlevel_anito_larm        "2"
  1057.   item_readexamine_anito_larm        "The white fountain plunders,"
  1058.                     "From the sea it thunders"
  1059.                     "with the prophet's final warning-"
  1060.                     "The Elders cry out in vain."
  1061.   item_readscript_anito_larm        "read_anito_larm"
  1062.   item_readcutscene_anito_larm        ""
  1063.  
  1064.   item_name_anito_rarm        "Right Arm of Anito"
  1065.   item_examine_anito_rarm        "It looks like a detached arm from a statue."
  1066.                     "It is covered with etchings and symbols."
  1067.   item_perclick_anito_rarm    "1"
  1068.   item_price_buying_anito_rarm    "0"
  1069.   item_price_selling_anito_rarm    "0"
  1070.   item_acquirescript_anito_rarm    ""
  1071.   item_num_combine_anito_rarm        "1"
  1072.   item_combine_name0_anito_rarm        "anito_head_torso"
  1073.   item_combine_return0_anito_rarm    "anito_head_torso_rarm"
  1074.   item_combine_take0_anito_rarm        "1"
  1075.   item_readlevel_anito_rarm        "2"
  1076.   item_readexamine_anito_rarm        "In darkness Maroka shall anguish-"
  1077.                     "Her veins, sealed by outlanders"
  1078.                     "Her blood flows to cleanse us all."
  1079.   item_readscript_anito_rarm        "read_anito_rarm"
  1080.   item_readcutscene_anito_rarm        ""
  1081.  
  1082.   item_name_anito_legs        "Legs of Anito"
  1083.   item_examine_anito_legs        "A set of detached wooden legs.  They are"
  1084.                     "covered with etchings and symbols."
  1085.   item_perclick_anito_legs    "1"
  1086.   item_price_buying_anito_legs    "0"
  1087.   item_price_selling_anito_legs    "0"
  1088.   item_acquirescript_anito_legs    ""
  1089.   item_num_combine_anito_legs        "1"
  1090.   item_combine_name0_anito_legs        "anito_head_torso_arms"
  1091.   item_combine_return0_anito_legs    "anito_complete"
  1092.   item_combine_take0_anito_legs        "1"
  1093.   item_readlevel_anito_legs        "2"
  1094.   item_readexamine_anito_legs        "Birthed out of fire, restored by water"
  1095.                     "From the Heart of Maroka"
  1096.                     "Spirit of the new land, come!"
  1097.   item_readscript_anito_legs        "read_anito_legs"
  1098.   item_readcutscene_anito_legs        ""
  1099.  
  1100.   item_name_anito_head_torso        "Assembled Parts of Anito"
  1101.   item_examine_anito_head_torso        "It is the Anito. The head and torso"
  1102.                     "are joined together."
  1103.   item_perclick_anito_head_torso    "1"
  1104.   item_price_buying_anito_head_torso    "0"
  1105.   item_price_selling_anito_head_torso    "0"
  1106.   item_acquirescript_anito_head_torso    ""
  1107.   item_num_combine_anito_head_torso    "1"
  1108.   item_combine_name0_anito_head_torso    "anito_rarm"
  1109.   item_combine_return0_anito_head_torso    "anito_head_torso_rarm"
  1110.   item_combine_take0_anito_head_torso    "1"
  1111.  
  1112.   item_name_anito_head_torso_rarm        "Assembled Parts of Anito"
  1113.   item_examine_anito_head_torso_rarm    "It is the Anito. The head, torso, and"
  1114.                     "an arm are joined together.  The left"
  1115.                     "arm is missing."
  1116.   item_perclick_anito_head_torso_rarm    "1"
  1117.   item_price_buying_anito_head_torso_rarm    "0"
  1118.   item_price_selling_anito_head_torso_rarm    "0"
  1119.   item_acquirescript_anito_head_torso_rarm    ""
  1120.   item_num_combine_anito_head_torso_rarm        "1"
  1121.   item_combine_name0_anito_head_torso_rarm        "anito_larm"
  1122.   item_combine_return0_anito_head_torso_rarm    "anito_head_torso_arms"
  1123.   item_combine_take0_anito_head_torso_rarm        "1"
  1124.  
  1125.  
  1126.   item_name_anito_head_torso_arms        "Assembled Parts of Anito"
  1127.   item_examine_anito_head_torso_arms    "It is the Anito.  The head, torso and"
  1128.                     "arms are joined together.  Something"
  1129.                     "still seems lacking."
  1130.   item_perclick_anito_head_torso_arms    "1"
  1131.   item_price_buying_anito_head_torso_arms    "0"
  1132.   item_price_selling_anito_head_torso_arms    "0"
  1133.   item_acquirescript_anito_head_torso_arms    ""
  1134.   item_num_combine_anito_head_torso_arms        "1"
  1135.   item_combine_name0_anito_head_torso_arms        "anito_legs"
  1136.   item_combine_return0_anito_head_torso_arms    "anito_complete"
  1137.   item_combine_take0_anito_head_torso_arms        "1"
  1138.  
  1139.   item_name_anito_complete        "Complete Anito"
  1140.   item_examine_anito_complete        "It is a physical representation of the sitting"
  1141.                     "Life Spirit known as Maroka.  The statue is"
  1142.                     "the symbol and history of the Marokan people."
  1143.                     "The carvings read:"
  1144.                     " "
  1145.                     "Dance the prophets' song"
  1146.                     "Deep in Maroka's bosom"
  1147.                     "Face to face, they speak, we listen"
  1148.                     "To be filled with her wisdom and strength."
  1149.                     " "
  1150.   item_examine2_anito_complete        "The white fountain plunders,"
  1151.                     "From the sea, it thunders."
  1152.                     "When her veins are sealed by outlanders"
  1153.                     "Her blood flows to cleanse us all."
  1154.                     "Anito of Maroka come heal the wounds."
  1155.                     "Protector of our Land shall break the chains."
  1156.                     "Birthed out of fire, restored by water"
  1157.                     "From the heart of Maroka,"
  1158.                     "Spirit of the new land, come!"
  1159.   item_perclick_anito_complete    "1"
  1160.   item_price_buying_anito_complete    "0"
  1161.   item_price_selling_anito_complete    "0"
  1162.   item_acquirescript_anito_complete    "ScoreUp(5); StatUp(5); SkillUp('brown', 1); SkillUp('red', 1); SkillUp('yellow', 1); SkillUp('green', 1); SkillUp('blue', 1); SkillUp('orange', 1);"
  1163.   item_readlevel_anito_complete        "3"
  1164.   item_readexamine_anito_complete    "The carvings glow softly, flowing richly with"
  1165.                     "the energy of the Life-Giving Spirit."
  1166.   item_readscript_anito_complete    "read_anito_complete"
  1167.   item_readcutscene_anito_complete    ""
  1168.  
  1169.   item_name_book_atimeofpeace1        "A Time of Peace 1"
  1170.   item_examine_book_atimeofpeace1    "Maroka had nine baranggays ruled by the Datus."  
  1171.                     "The Elders, hailed as the strong and wise protectors"
  1172.                     "of the land, lived in the jungles, mountains, and"
  1173.                     "secret places close to the heart of Maroka.  They"
  1174.                     "met with the Datus from time to time as mediators"
  1175.                     "and spokesmen of Maroka.  All lived in peace and"
  1176.                     "harmony with each other and the land."
  1177.   item_perclick_book_atimeofpeace1    "1"
  1178.   item_price_buying_book_atimeofpeace1    "5"
  1179.   item_price_selling_book_atimeofpeace1    "1"
  1180.  
  1181.   item_name_book_simula            "Simula"
  1182.   item_examine_book_simula        "Maroka is the Spirit that breathed life on us all."  
  1183.                     "Nobody knows where she came from, except that she"
  1184.                     "was here before us all and gave birth to everything"
  1185.                     "we see in the world. The Land is called Maroka..."
  1186.                     "and rightly so, for she upholds us, surrounds us," 
  1187.                     "with her very being."
  1188.   item_examine2_book_simula        " "
  1189.                     "That same being is somehow sheltered within us," 
  1190.                     "giving us a connection with the earth and nature."
  1191.                     " "
  1192.                     "Maroka is the Land. And all who are one with her"
  1193.                     "are children shaped by her being. We give her life"
  1194.                     "in return - a certain consciousness shaped" 
  1195.                     "through our existence."
  1196.   item_perclick_book_simula        "1"
  1197.   item_price_buying_book_simula    "5"
  1198.   item_price_selling_book_simula    "1"
  1199.  
  1200.  
  1201.   item_name_book_lament            "The Lament of Sangil"
  1202.   item_examine_book_lament        "These are the writings of the Elder Sangil about"  
  1203.                     "the Last Great Gathering in Lakan, now known as"
  1204.                     "the port city of Lanuevo."
  1205.                     " "
  1206.                     "The Datus and Elders, along with prominent members" 
  1207.                     "of Marokan society, gathered together.  We saw"
  1208.                     "the Senastille mine in the settlement of Duyan,"
  1209.                     "near the graves of the Ancients.  We know" 
  1210.                     "that Maroka cannot tolerate this. If they do not"
  1211.                     "listen, then the time of darkness will come."
  1212.                     " "
  1213.   item_examine2_book_lament        "We exposed the Senastille cutting of trees and"
  1214.                     "mining of gold but the Datus sided with their"
  1215.                     "reasons for progress and civilization..."
  1216.                     " "
  1217.                     "They even accused us of being selfish and jealous,"
  1218.                     "because the Senastille have shown better things and"
  1219.                     "better ways.  Then Elder Linaw suddenly shook and"
  1220.                     "grew pale.  The air 'screamed' and Linaw began to"
  1221.                     "transform into somethingà The Senastille panicked"
  1222.                     "and drew their thunder sticks to slay him."
  1223.                     " "
  1224.   item_examine3_book_lament        "Linaw was dead, but we feared bloodshed should we"
  1225.                     "retaliate.  Knowing that it was time for the Elders"
  1226.                     "to keep silent, we bore Linaw's body and returned"
  1227.                     "to our homes."
  1228.   item_perclick_book_lament        "1"
  1229.   item_price_buying_book_lament    "5"
  1230.   item_price_selling_book_lament    "1"
  1231.  
  1232.   item_name_book_mystery        "Mystery of the Sages"
  1233.   item_examine_book_mystery        "When the Anito War finally drew to a close,"
  1234.                     "the Elders called the Sages to the Gathering"
  1235.                     "Place and rebuked them for the irresponsible"
  1236.                     "use of Maroka's power. They were commissioned"
  1237.                     "by the Elders to restore the damage done to"
  1238.                     "the settlements.  And so, the Sages began"
  1239.                     "to use the ways of Maroka for restoration."
  1240.                     "When all was restored, the Sages longed to" 
  1241.                     "explore the lands beyond Maroka. As time went"
  1242.                     "by, the Sages left the island without passing"
  1243.                     "on their knowledge."
  1244.                     
  1245.   item_examine2_book_mystery        "The Grand Sage Lino was among the last of those"
  1246.                     "who stayed.  Using his knowledge, he created a" 
  1247.                     "potion of youth that would enable him to live"  
  1248.                     "and watch over Maroka until the other Sages"
  1249.                     "would return.  Lino experimented with the brew"
  1250.                     "but without success. He hid the potion and"
  1251.                     "kept it a secret from the other Sages." 
  1252.                     "Time passed and at the end of Lino's days, he got"
  1253.                     "the potion of youth, and sought Maroka's help." 
  1254.                     "The following day, he was nowhere to be found."
  1255.   
  1256.   item_examine3_book_mystery        "The accounts of witnesses say that ever since that"
  1257.                     "event, a strange child began appearing in Maroka"
  1258.                     "asking questions to strangers and sometimes"
  1259.                     "rewarding them for good deeds."
  1260.   item_perclick_book_mystery        "1"
  1261.   item_price_buying_book_mystery    "5"
  1262.   item_price_selling_book_mystery    "1"
  1263.  
  1264.   item_name_book_kongsun_wildlife    "Kongsun wildlife"
  1265.   item_examine_book_kongsun_wildlife    "... One of the great experiences in my visits"
  1266.                     "to the Kongsun Empire is visiting the province"
  1267.                     "of Yao-Ling where the great craftsman Xi Shu"
  1268.                     "lived.  I had to see with my own eyes the"
  1269.                     "master artisan sculpt the various wonders"
  1270.                     "of nature using different metals..."
  1271.                     " "
  1272.                     "One of his works in progress was the red-billed"
  1273.                     "heron that he was casting in silver..."
  1274.   item_perclick_book_kongsun_wildlife        "1"
  1275.   item_price_buying_book_kongsun_wildlife        "5"
  1276.   item_price_selling_book_kongsun_wildlife    "1"
  1277.  
  1278.   item_name_book_figueroa    "The Senastille Artist"
  1279.   item_examine_book_figueroa    "It is not very hard to understand why an artist"
  1280.                 "such as myself would remain in the islands of"
  1281.                 "Moriontes to live here and get acquainted with"
  1282.                 "the natives."
  1283.                 " "
  1284.                 "In them, I see a certain kind of beauty that"
  1285.                 "radiates from their very being. Another thing"
  1286.                 "that fascinates me is that some of them believe"
  1287.                 "that the land itself speaks to them."
  1288.   item_examine2_book_figueroa     "The subjects here are rich in substance and"
  1289.                 "raw emotion.  I find a certain kind of peace"
  1290.                 "watching them go about their daily duties of"
  1291.                 "hunting, cooking, and washing, unaware of the"
  1292.                 "turmoil besetting our own dear Senastille."
  1293.                 " "
  1294.                 "Truly, I have come here to seek that which"
  1295.                 "is missing from our artistic perspectives."
  1296.   item_perclick_book_figueroa        "1"
  1297.   item_price_buying_book_figueroa    "5"
  1298.   item_price_selling_book_figueroa    "1"
  1299.  
  1300.   item_name_book_compassion    "Code of Compassion"
  1301.   item_examine_book_compassion    "Among the Codes of the royal clans of Maroka," 
  1302.                 "the Code of Compassion is often the most"
  1303.                 "neglected because it goes against the nature"
  1304.                 "of selfishness common to those who look upon"
  1305.                 "the status of nobility as a right. A Datu"
  1306.                 "loves the people and the people love the Datu."
  1307.                 "Compassion is different from sympathy, for"
  1308.                 "it has a compelling quality that requires"
  1309.                 "action.  A Datu is not content until the weak,"
  1310.                 "the destitute, the widowed, and fatherless"
  1311.   item_examine2_book_compassion    "show their love and respect to the clan..."
  1312.   item_perclick_book_compassion        "1"
  1313.   item_price_buying_book_compassion        "5"
  1314.   item_price_selling_book_compassion    "1"
  1315.  
  1316.   item_name_book_strength    "Code of Strength"
  1317.   item_examine_book_strength    "Remember the first children of Maroka when"
  1318.                 "there were men and women who were the"
  1319.                 "strongest among their group? Our ancestors"
  1320.                 "were pleased to place them in a position of"
  1321.                 "honor.  As the race of man grew in number"
  1322.                 "the strong preyed upon the weak and the"
  1323.                 "barbarian tribes of the ancient lands held"
  1324.                 "endless wars in the names of their gods, a"
  1325.                 "clan devoted themselves to the precepts of"
  1326.   item_examine2_book_strength    "righteousness.  The strong defended the"
  1327.                 "weak and the weak served the strong.  From"
  1328.                 "these precepts our forefathers established"
  1329.                 "the tribes of Maroka and the royal houses"
  1330.                 "among us.  The Datu Code of Strength"
  1331.                 "stemmed from this tradition: A Datu is an"
  1332.                 "exceptional fighter who defends the weak and"
  1333.                 "shatters the proud."
  1334.   item_perclick_book_strength        "1"
  1335.   item_price_buying_book_strength    "5"
  1336.   item_price_selling_book_strength    "1"
  1337.  
  1338.   item_name_book_wisdom        "Code of Wisdom"
  1339.   item_examine_book_wisdom    "Some nobles care not for the benefits of"
  1340.                 "wisdom. Yet, who can rule justly without it?"
  1341.                 "It is the difference between success and"
  1342.                 "and failure, wealth and poverty, sickness"
  1343.                 "and health, honor and shame."
  1344.                 " "
  1345.                 "It is good when a Datu possesses sound"
  1346.                 "judgement.  He or she must be a tenacious"
  1347.                 "seeker of truth.  This is the Code of Wisdom."
  1348.   item_perclick_book_wisdom        "1"
  1349.   item_price_buying_book_wisdom    "5"
  1350.   item_price_selling_book_wisdom    "1"
  1351.  
  1352.   item_name_book_knowledge    "Code of Knowledge"
  1353.   item_examine_book_knowledge    "The sayings of the Ancients declare that"
  1354.                 "people are destroyed because of the lack of"
  1355.                 "knowledge.  Lack of knowledge brings fear"
  1356.                 "and confusion.  To a Datu, this is simply"
  1357.                 "unacceptable.  A Datu must know his or her"
  1358.                 "heritage. without the knowledge of our lineage,"
  1359.                 "we will sink into the mire of obscurity and"
  1360.                 "mediocrity. Yet, the truth reveals who we are."
  1361.                 "A Datu is the child of a Datu.  This knowledge"
  1362.                 "has guided us for generations..." 
  1363.   item_perclick_book_knowledge    "1"
  1364.   item_price_buying_book_knowledge    "5"
  1365.   item_price_selling_book_knowledge    "1"
  1366.  
  1367.   item_name_book_harmony    "Code of Harmony"
  1368.   item_examine_book_harmony    "Maroka herself exhibits this law in the"
  1369.                 "delicate balance of all living things. It is"
  1370.                 "easy to forget that we exist not only for our"
  1371.                 "selves but so that others might have life as"
  1372.                 "well."
  1373.                 " "
  1374.                 "A Datu must, as a true child of Maroka, know"
  1375.                 "how his or her people are sustained.  Knowing"
  1376.                 "the land is about knowing Maroka.  And as we"
  1377.                 "learn, she will recognize us as her children." 
  1378.   item_perclick_book_harmony        "1"
  1379.   item_price_buying_book_harmony    "5"
  1380.   item_price_selling_book_harmony    "1"
  1381.  
  1382.   item_name_book_toklau        "Toklau of Tanazan"
  1383.   item_examine_book_toklau    "These fiendish creatures are carnivorous"
  1384.                 "animals that were originally found in"
  1385.                 "subterranean caverns. Senastille explorers"
  1386.                 "came upon them as they were led by Marokan" 
  1387.                 "guides to the caves Sagrada, just beyond"
  1388.                 "the pre-protectorate village of Duyan."
  1389.                 " "
  1390.                 "The first expedition ended up in disaster."
  1391.                 "Everyone perished because toklau webs were"
  1392.                 "unwittingly destroyed which then signaled"
  1393.   item_examine2_book_toklau    "a swarm of toklau to pursue the men who were"
  1394.                 "trapped in the caves of Sagrada." 
  1395.                 " "
  1396.                 "After the collapse of the Annunciola mines,"
  1397.                 "the most of the toklau began to settle in the"
  1398.                 "plains of Duyan, now known as Tanazan."
  1399.   item_perclick_book_toklau    "1"
  1400.   item_price_buying_book_toklau    "5"
  1401.   item_price_selling_book_toklau    "1"
  1402.  
  1403.   item_name_book_tamaraw    "One Tough Tamaraw"
  1404.   item_examine_book_tamaraw    "...I fired several shots from my musket in"
  1405.                 "great fear.  The ground shook because of the"
  1406.                 "immense weight of the creature that was"
  1407.                 "charging at me." 
  1408.                 " "
  1409.                 "It was a good thing that some of my men heard"
  1410.                 "the shots being fired.  I almost bled to"
  1411.                 "death as the tamaraw gored my side with its"
  1412.                 "barbed horns.  A closer glimpse of the creature"
  1413.                 "revealed eyes that burned with the fires of the"
  1414.                 "nefarious underworld."
  1415.   item_examine2_book_tamaraw    "Later on, I discovered that the Marokans called"
  1416.                 "the possessed tamaraw as the Raging Spirit of"
  1417.                 "Maroka - a local deity who seemed displeased"
  1418.                 "with our colonization of this island."
  1419.                 " "
  1420.                 "I pray to Daeus that I might not encounter a"
  1421.                 "bull again.  I will never venture into the woods"
  1422.                 "alone at night, now knowing the nocturnal"
  1423.                 "nature of such beasts."
  1424.   item_perclick_book_tamaraw    "1"
  1425.   item_price_buying_book_tamaraw    "5"
  1426.   item_price_selling_book_tamaraw    "1"
  1427.  
  1428.   item_name_book_lihim        "Secret of Gluglug"
  1429.   item_examine_book_lihim    "Long ago, when the warring barabaric tribes"
  1430.                 "of Maroka fought for supremacy over the islands,"
  1431.                 "a brave young hunter by the name of Gulod"
  1432.                 "wanted to prove to himself and to his tribe that" 
  1433.                 "he was indeed the greatest hunter on the face of"
  1434.                 "Maroka."
  1435.                 " "
  1436.                 "He faced the elders of the Matipuno tribe and"
  1437.                 "recited his accomplishments in the presence of"
  1438.                 "all the people.  The elders were impressed but"
  1439.                 "a young female shaman named Tibak dared him to"
  1440.   item_examine2_book_lihim    "discover the Secret of Gluglug.  Gulod was angry"
  1441.                 "with Tibak at first for doubting his prowess."
  1442.                 "But unknown to many, Tibak's father, the great"
  1443.                 "healer Zambazu, was dying of an ailment that"
  1444.                 "only the Secret of Gluglug could cure."
  1445.                 " "
  1446.                 "Gulod was full of curiosity as he prepared to"
  1447.                 "venture into the forbidden forest of Kamatayan."
  1448.                 "He took several weapons for his journey:  the"
  1449.                 "mighty Kris of Storms, Katalona and Malaya."
  1450.   item_examine3_book_lihim    "He ventured into the forest of Kamatayan alone"
  1451.                 "and slayed the guardians of the Secret of"
  1452.                 "Gluglug.  Triumphing over the final guardian"
  1453.                 "(a manifestation of the wrath of Maroka), the"
  1454.                 "secret of Gluglug was found in a cave - a"
  1455.                 "blessed pool of Maroka that gave health and"
  1456.                 "life. Gulod named the pool the Tears of"
  1457.                 "Maroka, for it had a salty taste to it."
  1458.   item_perclick_book_lihim    "1"
  1459.   item_price_buying_book_lihim    "5"
  1460.   item_price_selling_book_lihim    "1"
  1461.  
  1462.   item_name_book_alchemy    "Ancient Alchemy"
  1463.   item_examine_book_alchemy    "This old Marokan text describes the Sages'"
  1464.                 "procedures in making the various chakra"
  1465.                 "potions that are scattered all over the face of"
  1466.                 "Maroka.  Since the disappearance of the last"
  1467.                 "Marokan Sage, no more new potions are being"
  1468.                 "produced.  However, the text reveals several"
  1469.                 "ways how to produce a potion of a certain" 
  1470.                 "color by mixing two potions of another color."
  1471.                 " "
  1472.                 "Blood and Touch become Radiance."        
  1473.   item_examine2_book_alchemy     "Blood and Radiance shall Touch."
  1474.                 "Touch and Breath create Blood."
  1475.                 "Touch and Radiance bring forth Breath."
  1476.                 "Breath and Radiance exude Voice."
  1477.                 "Voice and Breath reveal Essence."
  1478.   item_perclick_book_alchemy        "1"
  1479.   item_price_buying_book_alchemy    "5"
  1480.   item_price_selling_book_alchemy    "1"
  1481.  
  1482.   item_name_book_antidote    "Antidotes"
  1483.   item_examine_book_antidote    "One of the most common causes of death of"
  1484.                 "Senastille troops is the venom of the"
  1485.                 "creatures inhabiting the islands of Moriontes."
  1486.                 "Many died during the first voyage of the"
  1487.                 "Castrata while they were looking for suitable"
  1488.                 "natural resources, simply because there were"
  1489.                 "no known antidotes available to the Senastille"
  1490.                 "colonizers. Years later, in one settlement"
  1491.                 "a certain Fray Hernandez ventured to ask the"
  1492.                 "natives about their herbal remedies."        
  1493.   item_examine2_book_antidote     "Fray Hernandez discovered that the pito-pito"
  1494.                 "leaves contain powerful cleansing agents that"
  1495.                 "can be ingested by the body through liquid."
  1496.                 "Crushing a handful of leaves in ordinary water"
  1497.                 "is enough to create a powerful antidote for"
  1498.                 "almost all kinds of poison in the body."
  1499.   item_perclick_book_antidote        "1"
  1500.   item_price_buying_book_antidote    "5"
  1501.   item_price_selling_book_antidote    "1"
  1502.  
  1503.   item_name_book_anaphratic_east    "Anaphratic East"
  1504.   item_examine_book_anaphratic_east    "...The distant lands of the East include the"
  1505.                     "continent of Anaphrasia.  Our scholars say it"
  1506.                     "is an ancient but harsh land where the people" 
  1507.                     "live and die by honor and by the whims of their"
  1508.                     "'gods'."
  1509.                     " "
  1510.                     "The Anaphratic East has brought forth a wide"
  1511.                     "variety of cultures.  Some have chosen a more" 
  1512.                     "'civilized' way of life, living in palaces,"
  1513.                     "while some remained animistic, worshipping"
  1514.                     "creatures like the elephant and the tiger."
  1515.   item_perclick_book_anaphratic_east        "1"
  1516.   item_price_buying_book_anaphratic_east    "5"
  1517.   item_price_selling_book_anaphratic_east    "1"
  1518.  
  1519.   item_name_book_kingdom_of_valor    "Kingdom of Valor"
  1520.   item_examine_book_kingdom_of_valor    "while I was not too much impressed with the"
  1521.                     "stone buildings and cathedrals of the Senastille"
  1522.                     "Kingdom, I immediately became aware of the value" 
  1523.                     "of honor. It's also interesting to note that"
  1524.                     "while they believe in Daeus, they also attribute"
  1525.                     "natural occurences to the spirits that manifest"
  1526.                     "as creatures of nature. One good example is the" 
  1527.                     "black swallow, known for its uncanny ability to"
  1528.                     "herald the coming of winter..."
  1529.   item_perclick_book_kingdom_of_valor        "1"
  1530.   item_price_buying_book_kingdom_of_valor        "5"
  1531.   item_price_selling_book_kingdom_of_valor    "1"
  1532.  
  1533.  
  1534.   item_name_book_marawat1    "Tale of Marawat"
  1535.   item_examine_book_marawat1    "Before the Senastille came there was a time of"
  1536.                     "peace in the Maroka...The Datus of the nine"
  1537.                     "settlements gathered together to decide what"
  1538.                     "they were to do with the Outlanders.  The"
  1539.                     "Senastille gave the Datus riches, new"
  1540.                     "technology, and promised friendship of their"
  1541.                     "kingdom.  But behind this, the Senastille began"
  1542.                     "cutting the trees of the forest and digging" 
  1543.                     "into the bowels of the earth to mine gems and"
  1544.                     "precious metals.  The Datus were impressed by"
  1545.                     "their ways."
  1546.                     
  1547.   item_examine2_book_marawat1        "The Elders, because of the prophecy of the"
  1548.                     "Elder-Prophets, knew that the Senastille" 
  1549.                     "would bring a time of darkness upon us."  
  1550.                     "They sought to inform the Datus that the"
  1551.                     "Senastille were unknowingly hurting the"
  1552.                     "land with their exploration and greed."
  1553.                     " " 
  1554.                     "The Datus, however, thought differently and" 
  1555.                     "reasoned with the Elders that a new era of" 
  1556.                     "prosperity has begun with the Senastille."
  1557.   item_perclick_book_marawat1        "1"
  1558.   item_price_buying_book_marawat1    "5"
  1559.   item_price_selling_book_marawat1    "1"
  1560.  
  1561.   item_name_book_marawat2    "Marawat's Second Tale"
  1562.   item_examine_book_marawat2    "There was a massive cave-in at the sites mined"
  1563.                     "by the Senastille. The steam vents of the"
  1564.                     "earth were sealed and Maroka was enraged. Even"
  1565.                     "now, her anger builds up all around us.  This"
  1566.                     "is why the forests have somehow become darker." 
  1567.                     "Many hostile creatures have appeared since"
  1568.                     "that incident. During the Last Great Gathering"
  1569.                     "the Elder Linaw became infused with Maroka's"
  1570.                     "wrath and became a different creature. The"
  1571.                     "Senastille killed him."
  1572.                     
  1573.   item_examine2_book_marawat2    "After this, the Elders became silent and" 
  1574.                     "were not seen again among people. Then, the" 
  1575.                     "free settlements who revolted against the" 
  1576.                     "Senastille were all wiped out."
  1577.                     " " 
  1578.                     "Kidlat and Ulan, Tersiago's parents, were" 
  1579.                     "killed during that revolt called the First"
  1580.                     "Uprising. It was then that Datu Maktan took"
  1581.                     "the orphaned boy of five years and saw"
  1582.                     "in him the next Protector of the Land."
  1583.   item_perclick_book_marawat2        "1"
  1584.   item_readlevel_book_marawat2        "0"
  1585.   item_readexamine_book_marawat2    "The abandoned gold mine in the town of"
  1586.                     "Annunciola is where the Senastille angered"
  1587.                     "Maroka."
  1588.   item_price_buying_book_marawat2    "5"
  1589.   item_price_selling_book_marawat2    "1"
  1590.  
  1591.   item_name_book_marawat3    "Marawat's Third Tale"
  1592.   item_examine_book_marawat3    "But Tersiago was full of bitterness against"
  1593.                     "the Senastille.  He failed to see that the"
  1594.                     "Senastille are now as part of Maroka as we"
  1595.                     "were, although they don't understand it.  He"
  1596.                     "will stop at nothing to destroy the Senastille."
  1597.   item_perclick_book_marawat3        "1"
  1598.   item_price_buying_book_marawat3    "5"
  1599.   item_price_selling_book_marawat3    "1"
  1600.  
  1601.   item_name_book_onculturalpractices    "On Cultural Practices"
  1602.   item_examine_book_onculturalpractices    "...When the pagan races have been given the chance"  
  1603.                     "to worship the everlasting fountain of Daeus"
  1604.                     "but consciously resist his sovereignity, time"
  1605.                     "must be set aside to study their culture and"
  1606.                     "understand what Daeus can offer that their deity"
  1607.                     "cannot."
  1608.                     " "
  1609.                     "...Let us allow them then to thank Daeus for"
  1610.                     "giving the mirthy froth of healing wine and"
  1611.                     "various elixirs..."
  1612.   item_perclick_book_onculturalpractices    "1"
  1613.   item_price_buying_book_onculturalpractices    "5"
  1614.   item_price_selling_book_onculturalpractices    "1"
  1615.   item_acquirescript_book_onculturalpractices    "ScoreUp(1); if (CheckEntry(33)) { RemapEntry(33, 32); }"
  1616.  
  1617.   item_name_heron        "Heron Statuette"
  1618.   item_examine_heron        "It's the figure of a heron, cast in silver. The" 
  1619.                     "light of Maroka's eye reflects blindingly white"
  1620.                     "off its polished surface."
  1621.   item_readlevel_heron            "0"
  1622.   item_readexamine_heron        "This statue is the last masterpiece of an old"
  1623.                         "Kongsun artisan."
  1624.   item_perclick_heron            "1"
  1625.   item_price_buying_heron        "50"
  1626.   item_price_selling_heron        "5"
  1627.  
  1628.   item_name_swallow            "Black Swallow"
  1629.   item_examine_swallow            "The figure of a black swallow has been made"
  1630.                         "of a type of smoky glass." 
  1631.                         "In shadow, its translucent surface glows black."           
  1632.   item_readlevel_swallow            "0"
  1633.   item_readexamine__swallow    "This figure represents the black swallow, regarded"
  1634.                     "by the Senastille as a messenger of Daeus and herald"
  1635.                     "of the snowfall."
  1636.   item_perclick_swallow        "1"
  1637.   item_price_buying_swallow    "50"
  1638.   item_price_selling_swallow    "5"
  1639.  
  1640.   item_name_elephant            "Elephant"
  1641.   item_examine_elephant            "This strange statue representing a elephant looks"
  1642.                         "very old and seems to be made out of a polished" 
  1643.                         "stone."           
  1644.   item_readlevel_elephant        "0"
  1645.   item_readexamine_elephant        "Ancient tribal artists of the Anaphratic East"
  1646.                         "made this statue."
  1647.   item_perclick_elephant        "1"
  1648.   item_price_buying_elephant        "50"
  1649.   item_price_selling_elephant        "5"
  1650.  
  1651.  
  1652.  
  1653.   item_name_candle            "Candle"
  1654.   item_examine_candle            "A wax candle."
  1655.   item_readlevel_candle            "0"
  1656.   item_readexamine_candle        "A spark, then warmth."
  1657.   item_perclick_candle            "1"
  1658.   item_price_buying_candle        "2"
  1659.   item_price_selling_candle        "1"
  1660.  
  1661.   item_name_compass            "Compass"
  1662.   item_examine_compass            "A Kongsun invention, the metal needle ought to"                                     
  1663.                         "always point north."
  1664.   item_readlevel_compass        "0"
  1665.   item_readexamine_compass        "My feet feel heavy."
  1666.   item_perclick_compass            "1"
  1667.   item_price_buying_compass        "5"
  1668.   item_price_selling_compass        "3"
  1669.  
  1670.   item_name_uncut_crystal        "Crystals"
  1671.   item_examine_uncut_crystal        "These are natural crystals that can be" 
  1672.                         "occasionally found in the Sagrada caves."
  1673.                         "The light dances when it passes through them."
  1674.   item_readlevel_uncut_crystal        "0"
  1675.   item_readexamine_uncut_crystal    ""
  1676.   item_perclick_uncut_crystal        "1"
  1677.   item_price_buying_uncut_crystal    "60"
  1678.   item_price_selling_uncut_crystal    "20"
  1679.  
  1680.   item_name_prism            "Prism"
  1681.   item_examine_prism        "This piece of crystal was cut carefully to" 
  1682.                     "allow the light that passes through to bend"
  1683.                     "and scatter. A rainbow can be seen inside when"
  1684.                     "it is held at a certain angle."
  1685.   item_readlevel_prism        "0"
  1686.   item_readexamine_prism    ""
  1687.   item_perclick_prism        "1"
  1688.   item_price_buying_prism    "150"
  1689.   item_price_selling_prism    "75"
  1690.  
  1691.   item_name_glass_shards        "Glass Shards"
  1692.   item_examine_glass_shards        "The glass shards you retrieved from the rubble of"
  1693.                         "the ambushed caravan."
  1694.   item_readlevel_glass_shards        "0"
  1695.   item_readexamine_glass_shards    ""
  1696.   item_perclick_glass_shards        "1"
  1697.   item_price_buying_glass_shards    "0"
  1698.   item_price_selling_glass_shards    "0"
  1699.  
  1700.   item_name_pito2                "Pito-pito"
  1701.   item_examine_pito2            "An herbal plant supposedly capable of treating a"
  1702.                         "variety of ills."
  1703.   item_readlevel_pito2            "0"
  1704.   item_readexamine_pito2        ""
  1705.   item_perclick_pito2            "1"
  1706.   item_price_buying_pito2        "5"
  1707.   item_price_selling_pito2        "2"
  1708.   item_acquirescript_pito2        "ScoreUp(1);"
  1709.   item_readexamine_pito2    "When diluted with drinking water, this plant"
  1710.                 "is powerful enough to cleanse the body of"
  1711.                 "any poisonous substance."
  1712.  
  1713.  
  1714.   item_name_gold_necklace        "Gold Necklace"
  1715.   item_examine_gold_necklace        "It was not until the arrival of the Senastille"
  1716.                     "that gold became the standard currency of the"
  1717.                     "land. Before that, Marokans used to barter it for"
  1718.                     "food and was used in the creation of many"
  1719.                     "ornamental decorations like these."
  1720.                     " "
  1721.                     "Each link in the necklace is fashioned in the"
  1722.                     "likeness of a heart-shaped leaf of the Marokan"
  1723.                     "yam-a plant rumored to be an effective cure for"
  1724.                     "heart ailments."
  1725.      
  1726.   item_readlevel_gold_necklace    "0"
  1727.   item_readexamine_gold_necklace    "An image of a person's neck comes to mind."
  1728.   item_perclick_gold_necklace        "1"
  1729.   item_price_buying_gold_necklace    "95"
  1730.   item_price_selling_gold_necklace    "47"
  1731.  
  1732.   item_name_silk_breeches        "Silk Breeches"
  1733.   item_type_silk_breeches        "armor_boot"
  1734.   item_examine_silk_breeches        "Breeches like these are made in special looms"
  1735.                     "that the Kongsun brought to Maroka many years"
  1736.                     "ago.  These are somewhat considered a fashionable"
  1737.                     "luxury among Marokans." 
  1738.   item_readlevel_silk_breeches    "0"
  1739.   item_readexamine_silk_breeches    ""
  1740.   item_perclick_silk_breeches        "1"
  1741.   item_price_buying_silk_breeches    "22"
  1742.   item_price_selling_silk_breeches    "11"
  1743.   item_armor_defense_silk_breeches    "0"
  1744.   item_armor_damage_silk_breeches    "0"
  1745.  
  1746.   item_name_elders_breeches            "Elder's Breeches"
  1747.   item_type_elders_breeches            "armor_boot"
  1748.   item_examine_elders_breeches        "Long ago, Marokan Sages rarely use armor but"
  1749.                             "they made special clothing that would greatly"
  1750.                             "aid them in the use of their arcane skills."
  1751.                             "This clothing which belongs to Lakdaw gives a"
  1752.                             "+2 bonus to your chakra and absorbs 2 points of"
  1753.                             "damage to the legs."
  1754.   item_readlevel_elders_breeches        "0"
  1755.   item_readexamine_elders_breeches        ""
  1756.   item_perclick_elders_breeches        "1"
  1757.   item_price_buying_elders_breeches        "88"
  1758.   item_price_selling_elders_breeches    "17"
  1759.   item_armor_defense_elders_breeches    "0"
  1760.   item_armor_damage_elders_breeches        "2"
  1761.   item_wearscript_elders_breeches    "globals.stat_cur_wisdom += 2;"
  1762.  
  1763.  
  1764.   item_name_silk_ribbon            "Silk Ribbon"
  1765.   item_examine_silk_ribbon        "A vividly died strip of pure silk."
  1766.   item_readlevel_silk_ribbon        "0"
  1767.   item_readexamine_silk_ribbon    ""
  1768.   item_perclick_silk_ribbon        "1"
  1769.   item_price_buying_silk_ribbon    "10"
  1770.   item_price_selling_silk_ribbon    "7"
  1771.  
  1772.   item_name_silk_scarf            "Silk Scarf"
  1773.   item_examine_silk_scarf        "A light silk scarf, the color of the morning sky."
  1774.   item_readlevel_silk_scarf        "0"
  1775.   item_readexamine_silk_scarf        ""
  1776.   item_perclick_silk_scarf        "1"
  1777.   item_price_buying_silk_scarf        "16"
  1778.   item_price_selling_silk_scarf        "11"
  1779.  
  1780.   item_name_silk_thong            "Silk Thong"
  1781.   item_examine_silk_thong        "Cool, soft, and comfortable."
  1782.   item_readlevel_silk_thong        "0"
  1783.   item_readexamine_silk_thong        ""
  1784.   item_perclick_silk_thong        "1"
  1785.   item_price_buying_silk_thong        "15"
  1786.   item_price_selling_silk_thong        "10"
  1787.  
  1788.   item_name_silk_vest            "Silk Vest"
  1789.   item_examine_silk_vest        "A simple vest sewn from fine silk."
  1790.   item_readlevel_silk_vest        "0"
  1791.   item_readexamine_silk_vest        ""
  1792.   item_perclick_silk_vest        "1"
  1793.   item_price_buying_silk_vest        "43"
  1794.   item_price_selling_silk_vest    "30"
  1795.  
  1796.   item_name_embroidered_vest            "Embroidered Vest"
  1797.   item_examine_embroidered_vest        "A colorful vest to strut and swagger in."
  1798.   item_readlevel_embroidered_vest        "0"
  1799.   item_readexamine_embroidered_vest        ""
  1800.   item_perclick_embroidered_vest        "1"
  1801.   item_price_buying_embroidered_vest    "58"
  1802.   item_price_selling_embroidered_vest    "40"
  1803.  
  1804.   item_name_embroidered_thong            "Embroidered Thong"
  1805.   item_examine_embroidered_thong        "Not at all comfortable, but probably alluring"
  1806.                               "to some folk."
  1807.   item_readlevel_embroidered_thong        "0"
  1808.   item_readexamine_embroidered_thong    ""
  1809.   item_perclick_embroidered_thong        "1"
  1810.   item_price_buying_embroidered_thong    "20"
  1811.   item_price_selling_embroidered_thong    "12"
  1812.  
  1813.   item_name_turban            "Turban"
  1814.   item_examine_turban            "A complicated head covering."
  1815.   item_readlevel_turban            "0"
  1816.   item_readexamine_turban        ""
  1817.   item_perclick_turban            "1"
  1818.   item_price_buying_turban        "10"
  1819.   item_price_selling_turban        "6"
  1820.  
  1821.   item_name_gold_bracelet        "Gold Bracelet"
  1822.   item_examine_gold_bracelet        "A simple but elegant bracelet made of gold."
  1823.   item_readlevel_gold_bracelet        "0"
  1824.   item_readexamine_gold_bracelet    ""
  1825.   item_perclick_gold_bracelet        "1"
  1826.   item_price_buying_gold_bracelet    "60"
  1827.   item_price_selling_gold_bracelet    "30"
  1828.  
  1829.   item_name_porcelain_plate        "Porcelain Plate"
  1830.   item_examine_porcelain_plate        "Just like a clay plate, only much more fancier,"
  1831.                     "painted and glazed with a Kongsun touch."
  1832.   item_readlevel_porcelain_plate    "0"
  1833.   item_readexamine_porcelain_plate    ""
  1834.   item_perclick_porcelain_plate        "1"
  1835.   item_price_buying_porcelain_plate    "18"
  1836.   item_price_selling_porcelain_plate    "9"
  1837.  
  1838.   item_name_carving_knife        "Carving Knife"
  1839.   item_examine_carving_knife        "A steel carving knife. Small, sharp, with a"
  1840.                     "comfortable handle."
  1841.   item_readlevel_carving_knife        "0"
  1842.   item_readexamine_carving_knife    ""
  1843.   item_perclick_carving_knife        "1"
  1844.   item_price_buying_carving_knife    "13"
  1845.   item_price_selling_carving_knife    "9"
  1846.  
  1847.   item_name_mortar_pestle        "Mortar and Pestle"
  1848.   item_examine_mortar_pestle        "Chiseled from marble, this common utensil may"
  1849.                     "be used to crush or grind anything softer or more"
  1850.                     "brittle than itself."
  1851.   item_readlevel_mortar_pestle        "0"
  1852.   item_readexamine_mortar_pestle    ""
  1853.   item_perclick_mortar_pestle        "1"
  1854.   item_price_buying_mortar_pestle    "7"
  1855.   item_price_selling_mortar_pestle    "4"
  1856.  
  1857.   item_name_copper_pan            "Copper Pan"
  1858.   item_examine_copper_pan        "A round cooking pan, fashioned from beaten copper."
  1859.   item_readlevel_copper_pan        "0"
  1860.   item_readexamine_copper_pan        ""
  1861.   item_perclick_copper_pan        "1"
  1862.   item_price_buying_copper_pan        "8"
  1863.   item_price_selling_copper_pan        "5"
  1864.  
  1865.   item_name_honeymansipan        "Honey and Lime in a pan."
  1866.   item_examine_honeymansipan        "The Honey and Marokan Lime mixture" 
  1867.                     "in a copper pan."
  1868.   item_readlevel_honeymansipan    "0"
  1869.   item_readexamine_honeymansipan    ""
  1870.   item_perclick_honeymansipan        "1"
  1871.   item_price_buying_honeymansipan    "8"
  1872.   item_price_selling_honeymansipan    "5"
  1873.  
  1874.  
  1875.   item_name_lagundi_candy_mix        "Honey, Lime, and Lagundi Powder in a pan."
  1876.   item_examine_lagundi_candy_mix    "The Honey, Marokan Lime, and Lagundi Powder"
  1877.                     "mixture in a copper pan. Ready to cook into candy."
  1878.   item_readlevel_lagundi_candy_mix    "0"
  1879.   item_readexamine_lagundi_candy_mix    ""
  1880.   item_perclick_lagundi_candy_mix    "1"
  1881.   item_price_buying_lagundi_candy_mix    "8"
  1882.   item_price_selling_lagundi_candy_mix    "5"
  1883.  
  1884.   item_name_smoke_pot            "Smoke Pot"
  1885.   item_examine_smoke_pot        "A metal contraption used to disperse smoke" 
  1886.                     "around beehives."
  1887.   item_readlevel_smoke_pot        "0"
  1888.   item_readexamine_smoke_pot        ""
  1889.   item_perclick_smoke_pot        "1"
  1890.   item_price_buying_smoke_pot        "38"
  1891.   item_price_selling_smoke_pot        "25"
  1892.  
  1893.  
  1894.   item_name_kirog_staff            "Wooden Staff"
  1895.   item_examine_kirog_staff        "A long wooden staff that I found in the Jungle"
  1896.                     "of Shadows. Though it seems like it's been buried"
  1897.                     "long time, it's still strong and intact."
  1898.   item_readlevel_kirog_staff        "1"
  1899.   item_readexamine_kirog_staff        "This staff was stolen by a monkey.  Great fear"
  1900.                     "can still be sensed from the creature.  It must"
  1901.                     "have left it while being chased down by somehing." 
  1902.   item_perclick_kirog_staff        "1"
  1903.   item_price_buying_kirog_staff        "10"
  1904.   item_price_selling_kirog_staff    "5"
  1905.  
  1906.  
  1907.   item_name_firecrackers        "Firecrackers"
  1908.   item_examine_firecrackers        "Standard-issue Kongsun-made firecrackers," 
  1909.                     "perfect for fiestas or new year celebrations."
  1910.   item_readlevel_firecrackers        "0"
  1911.   item_readexamine_firecrackers        ""
  1912.   item_perclick_firecrackers        "1"
  1913.   item_price_buying_firecrackers    "48"
  1914.   item_price_selling_firecrackers    "33"
  1915.  
  1916.   item_name_fireworks            "Fireworks"
  1917.   item_examine_fireworks        "Kongsun-made fireworks, perfect for ground"
  1918.                     "level noise." 
  1919.   item_readlevel_fireworks        "0"
  1920.   item_readexamine_fireworks        ""
  1921.   item_perclick_fireworks        "1"
  1922.   item_price_buying_fireworks        "48"
  1923.   item_price_selling_fireworks        "33"
  1924.  
  1925.   item_name_letter_from_Gustav        "Letter from Gustav"
  1926.   item_examine_letter_from_Gustav    "It's Gustav's letter to Tien Yi. Written half"                             
  1927.                         "in Senastille, and half in Kongsun, you can barely"
  1928.                         "understand what it says."
  1929.   item_readlevel_letter_from_Gustav    "0"
  1930.   item_readexamine_letter_from_Gustav    ""
  1931.   item_perclick_letter_from_Gustav    "1"
  1932.   item_price_buying_letter_from_Gustav    "5"
  1933.   item_price_selling_letter_from_Gustav    "1"
  1934.  
  1935.   item_name_journal_page    "A Journal Page"
  1936.   item_examine_journal_page    "...she really knows how to handle children.  I" 
  1937.                 "see much of my mother in her-kind, gentle, yet"
  1938.                 "firm when the students need to be disciplined."
  1939.                 "I dropped by the school this morning to bring"
  1940.                 "her the books that I promised.  Soon I'll run"
  1941.                 "out of excuses to see her and that will be the"
  1942.                 "time when I would have to do something about"
  1943.                 "this...love.I suppose I am doomed at this sort"
  1944.                 "of thing.  Daeus took my wife a long time ago"
  1945.                 "to end her suffering."
  1946.  item_examine2_journal_page    "But...could it be that Daeus has given me another"
  1947.                 "opportunity at happiness? I was once an empty shell"
  1948.                 "when I first came to this island.  Who would have"
  1949.                 "thought that my shriveled heart would revive and"
  1950.                 "beat once more?"
  1951.                 " "
  1952.                 "I lack the courage to do anything yet.  Although,"
  1953.                 "there is a chance that I could muster enough"
  1954.                 "courage to court her should someone believe with"
  1955.                 "me...that love is not bound by race, tradition or"
  1956.                 "rules of society." 
  1957.   item_readlevel_journal_page    "0"
  1958.   item_readexamine_journal_page    "The person who wrote this page is a middle-aged"
  1959.                 "bespectacled Senastille man - the librarian in"
  1960.                 "Lanuevo,Herr Gustav."
  1961.   item_perclick_journal_page        "1"
  1962.   item_price_buying_journal_page    "5"
  1963.   item_price_selling_journal_page    "1"
  1964.  
  1965.   item_name_letter_from_maya        "Letter from Maya"
  1966.   item_examine_letter_from_maya        "Agila, I fear the dark times that father was"
  1967.                     "talking about have come upon us. I dreamt"
  1968.                     "that he was standing in the midst of a jungle"
  1969.                     "in flames.  He looked tired and called out"
  1970.                     "my name."
  1971.                     " " 
  1972.                     "I sense that he wants to give you this wooden"
  1973.                     "figure.  I don't know what to make of it but I"
  1974.                     "believe that the head figure is something of"
  1975.                     "great importance being entrusted to us by our"
  1976.                     "father."
  1977.   item_examine2_letter_from_maya    " "
  1978.                     "Please, do not show the Anito to just anybody."
  1979.                     " "
  1980.                     "This is all I have to say for now.  Take care"
  1981.                     "my brother.  I must try to find our father."
  1982.                     " "
  1983.                     "Maya"
  1984.   item_readlevel_letter_from_maya    "0"
  1985.   item_examinescript_letter_from_maya    "letter_from_maya"
  1986.   item_readexamine_letter_from_maya    "It is authentic."
  1987.   item_perclick_letter_from_maya    "1"
  1988.   item_price_buying_letter_from_maya    "5"
  1989.   item_price_selling_letter_from_maya    "1"
  1990.   item_acquirescript_letter_from_maya    ""
  1991.  
  1992.   item_name_letter_council        "The Council's Letter"
  1993.   item_examine_letter_council        "The Council of Datus from Lanuevo wrote this"
  1994.                     "request to the Commander of the Senastille"
  1995.                     "forces in Fort Orta±ez to allow Datu Maktan"
  1996.                     "and his diplomatic party to find a peaceful"
  1997.                     "solution to the escalating conflict between"
  1998.                     "the Mangapawi and the Senastille."
  1999.                     " "
  2000.                     "It also appeals to a certain Datu Marahil to"
  2001.                     "support the resulting negotiations of Datu"
  2002.                     "Maktan." 
  2003.   item_readlevel_letter_council    "0"
  2004.   item_readexamine_letter_council    "It is authentic."
  2005.   item_perclick_letter_council    "1"
  2006.   item_price_buying_letter_council    "5"
  2007.   item_price_selling_letter_council    "1"
  2008.  
  2009.   item_name_Bayari_letter        "Letter for Agila"
  2010.   item_examine_Bayari_letter        "A letter for your brother Agila, but to be"
  2011.                     "delivered through Kapitana Bayari in Villacredo."
  2012.   item_readlevel_Bayari_letter        "0"
  2013.   item_readexamine_Bayari_letter    ""
  2014.   item_perclick_Bayari_letter        "1"
  2015.   item_price_buying_Bayari_letter    "5"
  2016.   item_price_selling_Bayari_letter    "1"
  2017.   item_acquirescript_Bayari_letter     "engine.game.startcutscene = 'lanuevo/Maya_Agila_Room';"
  2018.  
  2019.   item_name_letter_to_Batumbakal    "Letter to Batumbakal"
  2020.   item_examine_letter_to_Batumbakal    "Bahaghari's letter to his cousin, Batumbakal." 
  2021.                     "From metalsmith to metalsmith!"
  2022.   item_readlevel_letter_to_Batumbakal     "0"
  2023.   item_readexamine_letter_to_Batumbakal     ""
  2024.   item_perclick_letter_to_Batumbakal     "1"
  2025.   item_price_buying_letter_to_Batumbakal "5"
  2026.   item_price_selling_letter_to_Batumbakal "1"
  2027.  
  2028.   item_name_pipe        "Bamboo Pipe"
  2029.   item_examine_pipe        "This bamboo segment is fashioned into a pipe."
  2030.   item_readlevel_pipe         "0"
  2031.   item_readexamine_pipe         ""
  2032.   item_perclick_pipe         "1"
  2033.   item_price_buying_pipe    "0"
  2034.   item_price_selling_pipe    "10"
  2035.   item_acquirescript_pipe    "5"
  2036.  
  2037.   item_name_survey_records        "Survey Records"
  2038.   item_examine_survey_records        "Survey records of the island, long misplaced."
  2039.   item_readlevel_survey_records         "0"
  2040.   item_readexamine_survey_records        ""
  2041.   item_perclick_survey_records         "1"
  2042.   item_price_buying_survey_records         "10"
  2043.   item_price_selling_survey_records     "5"
  2044.   item_acquirescript_survey_records     ""
  2045.  
  2046.   item_name_clinic_records        "Clinic Records"
  2047.   item_examine_clinic_records        "Don Gregorio-molar extraction. Don Juan-"
  2048.                     "regular physical check-up.  Don Figueroa-"
  2049.                     "eye examination. Tgas-wound closure. Enrico-"
  2050.                     "teeth cleaning. Tapang-skin treatment. Enteng-"
  2051.                     "canine extraction.  Lulu-consultation..."     
  2052.   item_readlevel_clinic_records         "0"
  2053.   item_readexamine_clinic_records     ""
  2054.   item_perclick_clinic_records         "1"
  2055.   item_price_buying_clinic_records     "10"
  2056.   item_price_selling_clinic_records     "5"
  2057.   item_examinecutscene_clinic_records     "clinic_records"
  2058.  
  2059.   item_name_arrow        "Used poisoned arrow"
  2060.   item_examine_arrow        "This was used to kill Bebang." 
  2061.                 "It has some marks on the shaft."
  2062.   item_readlevel_arrow        "0"
  2063.   item_readexamine_arrow    "Anger can be sensed from the Marokan who fired"
  2064.                 "this arrow."
  2065.   item_perclick_arrow        "1"
  2066.   item_price_buying_arrow    "5"
  2067.   item_price_selling_arrow    "1"
  2068.  
  2069.   item_name_ashes        "Maranhig's Ashes"
  2070.   item_examine_ashes        "The Maranhig's ashes are still in there,"
  2071.                 "mixed with holy water."
  2072.   item_readlevel_ashes        "0"
  2073.   item_readexamine_ashes    ""
  2074.   item_perclick_ashes        "1"
  2075.   item_price_buying_ashes    "5"
  2076.   item_price_selling_ashes    "1"
  2077.   item_acquirescript_ashes    ""
  2078.  
  2079.   item_name_a_leather_vest        "Leather Vest"
  2080.   item_examine_a_leather_vest        "This simple armor protects one's torso. It is"
  2081.                     "made of leather made from dried horse skin. It"
  2082.                     "provides reasonable protection from sharp"
  2083.                     "objects."                    
  2084.   item_readlevel_a_leather_vest        "0"
  2085.   item_readexamine_a_leather_vest    ""
  2086.   item_perclick_a_leather_vest        "1"
  2087.   item_price_buying_a_leather_vest    "300"
  2088.   item_price_selling_a_leather_vest    "120"
  2089.   item_type_a_leather_vest        "armor_body"
  2090.   item_armor_defense_a_leather_vest    "3"
  2091.   item_armor_damage_a_leather_vest    "0"
  2092.   item_armor_type_a_leather_vest    "0"
  2093.  
  2094.   item_name_a_leather_vest_of_the_survivor        "Leather Vest"
  2095.                                     "of the Survivor"
  2096.   item_examine_a_leather_vest_of_the_survivor        "This vest is  made from special leather "
  2097.                                 "cured with Maroka's tears. before it was"
  2098.                                 "laid to dry.  Gives +1 bonus to health attribute."
  2099.   item_readlevel_a_leather_vest_of_the_survivor        "0"
  2100.   item_readexamine_a_leather_vest_of_the_survivor    ""
  2101.   item_perclick_a_leather_vest_of_the_survivor        "1"
  2102.   item_price_buying_a_leather_vest_of_the_survivor    "400"
  2103.   item_price_selling_a_leather_vest_of_the_survivor    "150"
  2104.   item_type_a_leather_vest_of_the_survivor        "armor_body"
  2105.   item_armor_defense_a_leather_vest_of_the_survivor    "3"
  2106.   item_armor_damage_a_leather_vest_of_the_survivor    "0"
  2107.   item_armor_type_a_leather_vest_of_the_survivor    "0"
  2108.   item_wearscript_a_leather_vest_of_the_survivor    "globals.stat_cur_constitution += 1;"
  2109.  
  2110.   item_name_a_rebel_armor        "War Paint"
  2111.   item_examine_a_rebel_armor        "When applied to the body, it functions just"
  2112.                     "like real armor because of the mystical energy"
  2113.                     "it radiates when Tersiago's mark is drawn with"
  2114.                     "it upon the skin."
  2115.   item_readlevel_a_rebel_armor        "0"
  2116.   item_readexamine_a_rebel_armor    ""
  2117.   item_perclick_a_rebel_armor        "1"
  2118.   item_price_buying_a_rebel_armor    ""
  2119.   item_price_selling_a_rebel_armor    ""
  2120.   item_type_a_rebel_armor        "armor_body"
  2121.   item_armor_defense_a_rebel_armor    "4"
  2122.   item_armor_damage_a_rebel_armor    "0"
  2123.   item_armor_type_a_rebel_armor    "3"
  2124.  
  2125.   item_name_a_bronze_shield        "Bronze Shield"
  2126.   item_examine_a_bronze_shield        "A sturdy shield made from plates of beaten"
  2127.                     "bronze. It is rather bulky but provides adequate"
  2128.                     "protection from melee and missile weapons."
  2129.   item_readlevel_a_bronze_shield    "0"
  2130.   item_readexamine_a_bronze_shield    ""
  2131.   item_perclick_a_bronze_shield        "1"
  2132.   item_type_a_bronze_shield        "shield0"
  2133.   item_armor_defense_a_bronze_shield     "4"
  2134.   item_armor_damage_a_bronze_shield    "0"
  2135.   item_armor_type_a_bronze_shield    "Medium Shield"
  2136.   item_price_buying_a_bronze_shield    "250"
  2137.   item_price_selling_a_bronze_shield    "125"
  2138.  
  2139.   item_name_a_marokan_battlecap        "Marokan Battle Cap"
  2140.   item_examine_a_marokan_battlecap    "A mean-looking cap, to protect one's head and"
  2141.                     "intimidate one's opponents.  The carabao horns"
  2142.                     "that adorn it symbolize strength, toughness"
  2143.                     "and perseverance." 
  2144.   item_readlevel_a_marokan_battlecap        "0"
  2145.   item_readexamine_a_marokan_battlecap        ""
  2146.   item_perclick_a_marokan_battlecap        "1"
  2147.   item_type_a_marokan_battlecap            "armor_helm"
  2148.   item_armor_defense_a_marokan_battlecap    "3"
  2149.   item_armor_damage_a_marokan_battlecap        "2"
  2150.   item_armor_type_a_marokan_battlecap        "helm1"
  2151.   item_price_buying_a_marokan_battlecap        "280"
  2152.   item_price_selling_a_marokan_battlecap    "140"
  2153.  
  2154.   item_name_a_marokan_brassarmor    "Marokan Brass Armor"
  2155.   item_examine_a_marokan_brassarmor    "Armor of traditional Marokan design, assembled"
  2156.                     "from cast brass plates. Effective against"
  2157.                     "bronze and brass weapons, Marokan Brass Armor"
  2158.                     "is a popular ceremonial armor for many Marokan"
  2159.                     "nobles."
  2160.   item_readlevel_a_marokan_brassarmor    "0"
  2161.   item_readexamine_a_marokan_brassarmor    ""
  2162.   item_perclick_a_marokan_brassarmor    "1"
  2163.   item_type_a_marokan_brassarmor        "armor_body"
  2164.   item_armor_defense_a_marokan_brassarmor    "10"
  2165.   item_armor_damage_a_marokan_brassarmor    "2"
  2166.   item_armor_type_a_marokan_brassarmor        "1"
  2167.   item_price_buying_a_marokan_brassarmor    "650"
  2168.   item_price_selling_a_marokan_brassarmor    "320"
  2169.  
  2170.   item_name_a_marokan_breastplate        "Marokan Breastplate"
  2171.   item_examine_a_marokan_breastplate        "A functional Marokan breastplate made of"
  2172.                         "linked iron plates.  It is heavy armor that"
  2173.                         "provides good protection."
  2174.   item_readlevel_a_marokan_breastplate        "0"
  2175.   item_readexamine_a_marokan_breastplate    ""
  2176.   item_perclick_a_marokan_breastplate        "1"
  2177.   item_type_a_marokan_breastplate        "armor_body"
  2178.   item_armor_defense_a_marokan_breastplate    "6"
  2179.   item_armor_damage_a_marokan_breastplate    "1"
  2180.   item_armor_type_a_marokan_breastplate        "1"
  2181.   item_price_buying_a_marokan_breastplate    "450"
  2182.   item_price_selling_a_marokan_breastplate    "260"
  2183.  
  2184.   item_name_a_buckler        "Buckler"
  2185.   item_examine_a_buckler    "A buckler is made of thin iron strips fitted"
  2186.                 "around a circular wooden frame."
  2187.   item_readlevel_a_buckler    "0"
  2188.   item_readexamine_a_buckler    ""
  2189.   item_type_a_buckler        "shield1"
  2190.   item_armor_defense_a_buckler     "2"
  2191.   item_armor_damage_a_buckler    "0"
  2192.   item_armor_type_a_buckler    "Light Shield"
  2193.   item_perclick_a_buckler    "1"
  2194.   item_price_buying_a_buckler    "190"
  2195.   item_price_selling_a_buckler    "50"
  2196.  
  2197.   item_name_a_elders_buckler        "Elders' Buckler"
  2198.   item_examine_a_elders_buckler        "Those who remained loyal to the Elders fashioned"
  2199.                     "this special buckler in secret. Previously of"
  2200.                     "Senastille design, the Elders' buckler carried"
  2201.                     "sacred writings of the Ancient Texts and bore"
  2202.                     "Maroka's name. In return, Maroka blesses the"
  2203.                     "bearer with additional chakra capabilities."
  2204.   item_readlevel_a_elders_buckler    "0"
  2205.   item_readexamine_a_elders_buckler    ""
  2206.   item_type_a_elders_buckler        "shield1"
  2207.   item_armor_defense_a_elders_buckler     "2"
  2208.   item_armor_damage_a_elders_buckler    "0"
  2209.   item_armor_type_a_elders_buckler    "Light Shield"
  2210.   item_perclick_a_elders_buckler    "1"
  2211.   item_price_buying_a_elders_buckler    "300"
  2212.   item_price_selling_a_elders_buckler    "90"
  2213.   item_wearscript_a_elders_buckler    "globals.stat_cur_wisdom += 2;"
  2214.  
  2215.  
  2216.   item_name_a_metal_cap            "Metal Cap"
  2217.   item_examine_a_metal_cap        "A protective cap of beaten bronze. Not"
  2218.                         "exactly the best example of Marokan fashion, "
  2219.                         "it serves its purpose to protect the head from"
  2220.                         "heavy blows."
  2221.   item_readlevel_a_metal_cap        "0"
  2222.   item_readexamine_a_metal_cap        ""
  2223.   item_perclick_a_metal_cap        "1"
  2224.   item_price_buying_a_metal_cap        "390"
  2225.   item_price_selling_a_metal_cap    "125"
  2226.   item_type_a_metal_cap            "armor_helm"
  2227.   item_armor_defense_a_metal_cap    "5"
  2228.   item_armor_damage_a_metal_cap    "4"
  2229.   item_armor_type_a_metal_cap        "helm1"
  2230.  
  2231.   item_name_a_metal_greaves            "Metal Greaves"
  2232.   item_type_a_metal_greaves            "armor_boot"
  2233.   item_examine_a_metal_greaves        "It protects the calves and shins of the wearer."
  2234.   item_readlevel_a_metal_greaves        "0"
  2235.   item_readexamine_a_metal_greaves        ""
  2236.   item_perclick_a_metal_greaves        "1"
  2237.   item_armor_defense_a_metal_greaves    "4"
  2238.   item_armor_damage_a_metal_greaves        "0"
  2239.   item_price_buying_a_metal_greaves        "280"
  2240.   item_price_selling_a_metal_greaves    "140"
  2241.  
  2242.   item_name_a_senastillan_breastplate        "Senastille Breastplate"
  2243.   item_examine_a_senastillan_breastplate        "A bronze breasplate cast whole.  It is"
  2244.                                 "bulky but provides the best kind of protection"
  2245.                                 "for anyone who wears it. Only the toughest"
  2246.                                 "blows can dent it."
  2247.   item_readlevel_a_senastillan_breastplate    "0"
  2248.   item_readexamine_a_senastillan_breastplate    ""
  2249.   item_armor_damage_a_senastillan_breastplate        "0"
  2250.   item_perclick_a_senastillan_breastplate        "1"
  2251.   item_price_buying_a_senastillan_breastplate    "96"
  2252.   item_price_selling_a_senastillan_breastplate    "67"
  2253.  
  2254.   item_name_adorned_cap        "Adorned Cap"
  2255.   item_type_adorned_cap        "armor_helm"
  2256.   item_examine_adorned_cap    "At first glance, it looks like a plant. This"
  2257.                 "kind of piece was used during the tribal wars to"
  2258.                 "distinguish between friend from foe."
  2259.   item_readlevel_adorned_cap    "0"
  2260.   item_readexamine_adorned_cap    ""
  2261.  
  2262.   item_perclick_adorned_cap        "1"
  2263.   item_price_buying_adorned_cap    "12"
  2264.   item_price_selling_adorned_cap    "8"
  2265.   item_armor_defense_adorned_cap     "0"
  2266.   item_armor_damage_adorned_cap    "0"
  2267.   item_armor_type_adorned_cap "helm0"
  2268.  
  2269.   item_name_hunters_adorned_cap        "Hunter's Adorned Cap"
  2270.   item_type_hunters_adorned_cap        "armor_helm"
  2271.   item_examine_hunters_adorned_cap    "More than just aesthetic headgear, the"
  2272.                     "hunter's adorned cap increases one's strength."
  2273.   item_readlevel_hunters_adorned_cap    "0"
  2274.   item_readexamine_hunters_adorned_cap    ""
  2275.   item_perclick_hunters_adorned_cap        "1"
  2276.   item_price_buying_hunters_adorned_cap    "24"
  2277.   item_armor_damage_hunters_adorned_cap        "0"
  2278.   item_price_selling_hunters_adorned_cap    "12"
  2279.   item_armor_defense_hunters_adorned_cap     "0"
  2280.   item_wearscript_hunters_adorned_cap     "globals.stat_cur_strength += 1;"
  2281.   item_armor_type_hunters_adorned_cap "helm0"
  2282.  
  2283.  
  2284.  
  2285.   item_name_arrows        "Arrows"
  2286.   item_examine_arrows        "A set of arrows, of Marokan handiwork.  The shaft"
  2287.                 "is usually made of narra or bamboo and the tip is"
  2288.                 "honed to perfection."
  2289.   item_readlevel_arrows        "0"
  2290.   item_readexamine_arrows    ""
  2291.   item_perclick_arrows    "10"
  2292.   item_price_buying_arrows    "0.3"
  2293.   item_price_selling_arrows     ".1"
  2294.  
  2295.   item_name_a_wooden_battleshield        "Wooden Battleshield"
  2296.   item_examine_a_wooden_battleshield        "A small shield carved out of thick narra wood."
  2297.   item_readlevel_a_wooden_battleshield        "0"
  2298.   item_readexamine_a_wooden_battleshield    ""
  2299.   item_perclick_a_wooden_battleshield        "1"
  2300.   item_type_a_wooden_battleshield        "shield0"
  2301.   item_armor_defense_a_wooden_battleshield     "6"
  2302.   item_armor_damage_a_wooden_battleshield    "0"
  2303.   item_armor_type_a_wooden_battleshield    "Heavy Shield"
  2304.   item_price_buying_a_wooden_battleshield    "350"
  2305.   item_price_selling_a_wooden_battleshield    "175"
  2306.  
  2307.   item_name_a_wooden_largeshield        "Large Wooden Shield"
  2308.   item_examine_a_wooden_largeshield        "A large shield carved out of thick narra wood."
  2309.   item_readlevel_a_wooden_largeshield        "0"
  2310.   item_readexamine_a_wooden_largeshield        ""
  2311.   item_perclick_a_wooden_largeshield        "1"
  2312.   item_type_a_wooden_largeshield        "shield0"
  2313.   item_armor_defense_a_wooden_largeshield     "9"
  2314.   item_armor_damage_a_wooden_largeshield    "0"
  2315.   item_armor_type_a_wooden_largeshield        "Heavy Shield"
  2316.   item_price_buying_a_wooden_largeshield    "450"
  2317.   item_price_selling_a_wooden_largeshield    "225"
  2318.  
  2319.  
  2320.   item_name_w_battle_ax            "Battle Axe"
  2321.   item_examine_w_battle_ax        "A heavy Senastille battle axe."
  2322.   item_readlevel_w_battle_ax        "0"
  2323.   item_readexamine_w_battle_ax        ""
  2324.   item_perclick_w_battle_ax        "1"
  2325.   item_type_w_battle_ax            "weapon"
  2326.   item_weapon_type_w_battle_ax        "axe"
  2327.   item_weapon_attack1_w_battle_ax    "10"
  2328.   item_weapon_damage1_min_w_battle_ax    "2"
  2329.   item_weapon_damage1_max_w_battle_ax    "18"
  2330.   item_weapon_attack2_w_battle_ax    "10"
  2331.   item_weapon_damage2_min_w_battle_ax    "2"
  2332.   item_weapon_damage2_max_w_battle_ax    "18"
  2333.   item_price_buying_w_battle_ax        "290"
  2334.   item_price_selling_w_battle_ax    "100"
  2335.  
  2336.   item_name_w_executioner_axe                "Executioner's Axe"
  2337.   item_examine_w_executioner_axe            "A Senastille ceremonial axe used for public" 
  2338.                             "executions, the extremely sharp blade ensures" 
  2339.                             "that one blow is enough to sever the head."
  2340.   item_readlevel_w_executioner_axe            "0"
  2341.   item_readexamine_w_executioner_axe        ""
  2342.   item_perclick_w_executioner_axe            "1"
  2343.   item_type_w_executioner_axe                "weapon"
  2344.   item_weapon_type_w_executioner_axe        "axe"
  2345.   item_weapon_attack1_w_executioner_axe        "15"
  2346.   item_weapon_damage1_min_w_executioner_axe    "5"
  2347.   item_weapon_damage1_max_w_executioner_axe    "25"
  2348.   item_weapon_attack2_w_executioner_axe        "15"
  2349.   item_weapon_damage2_min_w_executioner_axe    "5"
  2350.   item_weapon_damage2_max_w_executioner_axe    "25"
  2351.   item_price_buying_w_executioner_axe        "1500"
  2352.   item_price_selling_w_executioner_axe        "350"
  2353.   item_wearscript_w_executioner_axe            "globals.stat_cur_strength += 3; globals.stat_cur_wisdom -= 2;"  
  2354.  
  2355.   item_name_w_balasiong            "Balasiong"
  2356.   item_examine_w_balasiong        "A long Marokan replica of the Senastille sabre."
  2357.   item_readlevel_w_balasiong            "0"
  2358.   item_readexamine_w_balasiong        ""
  2359.   item_perclick_w_balasiong            "1"
  2360.   item_type_w_balasiong                "weapon"
  2361.   item_weapon_type_w_balasiong        "sabre"
  2362.   item_weapon_attack1_w_balasiong        "9"
  2363.   item_weapon_damage1_min_w_balasiong    "3"
  2364.   item_weapon_damage1_max_w_balasiong    "14"
  2365.   item_weapon_attack2_w_balasiong        "11"
  2366.   item_weapon_damage2_min_w_balasiong    "7"
  2367.   item_weapon_damage2_max_w_balasiong    "14"
  2368.   item_price_buying_w_balasiong        "233"
  2369.   item_price_selling_w_balasiong        "85"
  2370.  
  2371.   item_name_w_banabas                "Banabas"
  2372.   item_examine_w_banabas            "A handy steel banabas. It is easy to carry and"
  2373.                         "wield in a melee fight."
  2374.   item_readlevel_w_banabas            "0"
  2375.   item_readexamine_w_banabas            ""
  2376.   item_perclick_w_banabas            "1"
  2377.   item_type_w_banabas                "weapon"
  2378.   item_weapon_type_w_banabas            "itak"
  2379.   item_weapon_attack1_w_banabas            "10"
  2380.   item_weapon_damage1_min_w_banabas        "3"
  2381.   item_weapon_damage1_max_w_banabas        "12"
  2382.   item_weapon_attack2_w_banabas            "9"
  2383.   item_weapon_damage2_min_w_banabas        "6"
  2384.   item_weapon_damage2_max_w_banabas        "10"
  2385.   item_price_buying_w_banabas            "117"
  2386.   item_price_selling_w_banabas            "50"
  2387.  
  2388.  
  2389.   item_name_w_banong            "Banong"
  2390.   item_examine_w_banong            "A mean knife-type weapon, stronger than your usual"
  2391.                     "itak because the weight of the blade makes it"
  2392.                     "an ideal tool for heavy chopping action."
  2393.   item_readlevel_w_banong        "0"
  2394.   item_readexamine_w_banong        ""
  2395.   item_perclick_w_banong        "1"
  2396.   item_type_w_banong                    "weapon"
  2397.   item_weapon_type_w_banong            "itak"
  2398.   item_weapon_attack1_w_banong            "9"
  2399.   item_weapon_damage1_min_w_banong        "3"
  2400.   item_weapon_damage1_max_w_banong        "11"
  2401.   item_weapon_attack2_w_banong            "8"
  2402.   item_weapon_damage2_min_w_banong        "6"
  2403.   item_weapon_damage2_max_w_banong        "9"  
  2404.   item_price_buying_w_banong        "70"
  2405.   item_price_selling_w_banong        "30"
  2406.   
  2407.   item_name_w_banong_of_the_ruthless            "Banong of the Ruthless"
  2408.   item_examine_w_banong_of_the_ruthless            "The Banong of the Ruthless was cursed by its"
  2409.                             "previous owner but it still remains a potent"
  2410.                             "weapon.  Passed to the best and most determined"
  2411.                             "warriors,it reduces the bearer's health by 1."
  2412.   item_readlevel_w_banong_of_the_ruthless            "0"
  2413.   item_readexamine_w_banong_of_the_ruthless        ""
  2414.   item_perclick_w_banong_of_the_ruthless            "1"
  2415.   item_type_w_banong_of_the_ruthless            "weapon"
  2416.   item_weapon_type_w_banong_of_the_ruthless        "itak"
  2417.   item_weapon_attack1_w_banong_of_the_ruthless        "9"
  2418.   item_weapon_damage1_min_w_banong_of_the_ruthless    "3"
  2419.   item_weapon_damage1_max_w_banong_of_the_ruthless    "11"
  2420.   item_weapon_attack2_w_banong_of_the_ruthless        "8"
  2421.   item_weapon_damage2_min_w_banong_of_the_ruthless    "6"
  2422.   item_weapon_damage2_max_w_banong_of_the_ruthless    "9"  
  2423.   item_price_buying_w_banong_of_the_ruthless        "40"
  2424.   item_price_selling_w_banong_of_the_ruthless        "10"
  2425.   item_wearscript_w_banong_of_the_ruthless        "globals.stat_cur_constitution -=1;"
  2426.  
  2427.   item_name_w_capa2            "Capa-capa"
  2428.   item_type_w_capa2            "weapon"
  2429.   item_examine_w_capa2            "A strong axe used by woodsmen to"
  2430.                     "chop wood."
  2431.   item_readlevel_w_capa2        "0"
  2432.   item_readexamine_w_capa2        ""
  2433.   item_perclick_w_capa2            "1"
  2434.   item_weapon_type_w_capa2        "axe"
  2435.   item_weapon_attack1_w_capa2        "13"
  2436.   item_weapon_damage1_min_w_capa2    "3"
  2437.   item_weapon_damage1_max_w_capa2    "20"
  2438.   item_weapon_attack2_w_capa2        "13"
  2439.   item_weapon_damage2_min_w_capa2    "3"
  2440.   item_weapon_damage2_max_w_capa2    "20"
  2441.   item_price_buying_w_capa2        "728"
  2442.   item_price_selling_w_capa2        "300"
  2443.   
  2444.   item_name_w_chinese_ax        "Kongsun Axe"
  2445.   item_examine_w_chinese_ax        "An axe designed by the Kongsun, with both axe"
  2446.                     "and spear points."
  2447.   item_readlevel_w_chinese_ax        "0"
  2448.   item_readexamine_w_chinese_ax        ""
  2449.   item_perclick_w_chinese_ax        "1"
  2450.   item_type_w_chinese_ax        "weapon"
  2451.   item_weapon_type_w_chinese_ax        "halberd"
  2452.   item_weapon_attack1_w_chinese_ax    "12"
  2453.   item_weapon_damage1_min_w_chinese_ax    "4"
  2454.   item_weapon_damage1_max_w_chinese_ax    "16"
  2455.   item_weapon_attack2_w_chinese_ax    "11"
  2456.   item_weapon_damage2_min_w_chinese_ax    "9"
  2457.   item_weapon_damage2_max_w_chinese_ax    "15"
  2458.   item_price_buying_w_chinese_ax    "275"
  2459.   item_price_selling_w_chinese_ax    "120"
  2460.  
  2461.   item_name_w_itak            "Itak"
  2462.   item_examine_w_itak            "A native weapon.  It is easily wielded and is"
  2463.                     "the preferred weapon of most Marokan militia."
  2464.   item_readlevel_w_itak            "0"
  2465.   item_readexamine_w_itak        ""
  2466.   item_perclick_w_itak            "1"
  2467.   item_type_w_itak            "weapon"
  2468.   item_weapon_type_w_itak        "itak"
  2469.   item_weapon_attack1_w_itak        "8"
  2470.   item_weapon_damage1_min_w_itak    "3"
  2471.   item_weapon_damage1_max_w_itak    "10"
  2472.   item_weapon_attack2_w_itak        "7"
  2473.   item_weapon_damage2_min_w_itak    "5"
  2474.   item_weapon_damage2_max_w_itak    "8"
  2475.   item_price_buying_w_itak        "40"
  2476.   item_price_selling_w_itak        "16"
  2477.  
  2478.   item_name_w_itak_of_spirit_power                "Itak of Spirit Power"
  2479.   item_examine_w_itak_of_spirit_power            "This itak wields more than force. The"
  2480.                                 "Itak of Spirit Power strengthens one's"
  2481.                                 "chakra energies to its fullest potential."
  2482.                                 "Gives +3 bonus to the Chakra attribute."
  2483.   item_readlevel_w_itak_of_spirit_power            "0"
  2484.   item_readexamine_w_itak_of_spirit_power            ""
  2485.   item_perclick_w_itak_of_spirit_power            "1"
  2486.   item_type_w_itak_of_spirit_power                "weapon"
  2487.   item_weapon_type_w_itak_of_spirit_power            "itak"
  2488.   item_weapon_attack1_w_itak_of_spirit_power        "8"
  2489.   item_weapon_damage1_min_w_itak_of_spirit_power    "3"
  2490.   item_weapon_damage1_max_w_itak_of_spirit_power    "10"
  2491.   item_weapon_attack2_w_itak_of_spirit_power        "7"
  2492.   item_weapon_damage2_min_w_itak_of_spirit_power    "5"
  2493.   item_weapon_damage2_max_w_itak_of_spirit_power    "8"
  2494.   item_price_buying_w_itak_of_spirit_power        "250"
  2495.   item_price_selling_w_itak_of_spirit_power        "120"
  2496.   item_wearscript_w_itak_of_spirit_power            "globals.stat_cur_wisdom += 3;"
  2497.  
  2498.   item_name_w_dagger            "War Dagger"
  2499.   item_examine_w_dagger            "A steel dagger with a handle of horn and brass."
  2500.   item_readlevel_w_dagger        "0"
  2501.   item_readexamine_w_dagger        ""
  2502.   item_perclick_w_dagger        "1"
  2503.   item_type_w_dagger            "weapon"
  2504.   item_weapon_type_w_dagger        "itak"
  2505.   item_weapon_attack1_w_dagger    "12"
  2506.   item_weapon_damage1_min_w_dagger    "3"
  2507.   item_weapon_damage1_max_w_dagger    "15"
  2508.   item_weapon_attack2_w_dagger    "10"
  2509.   item_weapon_damage2_min_w_dagger    "6"
  2510.   item_weapon_damage2_max_w_dagger    "11"
  2511.   item_price_buying_w_dagger        "205"
  2512.   item_price_selling_w_dagger        "80"
  2513.  
  2514.   item_name_w_flintlock            "Flintlock Pistol"
  2515.   item_examine_w_flintlock        "A simple firing weapon."
  2516.   item_readlevel_w_flintlock        "0"
  2517.   item_readexamine_w_flintlock        ""
  2518.   item_perclick_w_flintlock        "1"
  2519.   item_price_buying_w_flintlock        "750"
  2520.   item_price_selling_w_flintlock    "280"
  2521.   item_type_w_flintlock            "gun"
  2522.   item_weapon_type_w_flintlock        "pistol"
  2523.   item_weapon_ammo_w_flintlock        "bullets"
  2524.   item_weapon_attack1_w_flintlock    "18"
  2525.   item_weapon_damage1_min_w_flintlock    "5"
  2526.   item_weapon_damage1_max_w_flintlock    "20"
  2527.   item_weapon_attack2_w_flintlock    "10"
  2528.   item_weapon_damage2_min_w_flintlock    "2"
  2529.   item_weapon_damage2_max_w_flintlock    "4"
  2530.  
  2531.   item_name_w_musket            "Musket"
  2532.   item_examine_w_musket            "Standard-issue firearm of the Senastille"
  2533.                     "elite sniper team."
  2534.   item_readlevel_w_musket        "0"
  2535.   item_readexamine_w_musket        ""
  2536.   item_perclick_w_musket        "1"
  2537.   item_price_buying_w_musket        "940"
  2538.   item_price_selling_w_musket        "320"
  2539.   item_type_w_musket            "gun"
  2540.   item_weapon_type_w_musket        "musket"
  2541.   item_weapon_ammo_w_musket        "bullets"
  2542.   item_weapon_attack1_w_musket        "25"
  2543.   item_weapon_damage1_min_w_musket    "5"
  2544.   item_weapon_damage1_max_w_musket    "25"
  2545.   item_weapon_attack2_w_musket        "10"
  2546.   item_weapon_damage2_min_w_musket    "2"
  2547.   item_weapon_damage2_max_w_musket    "6"
  2548.  
  2549.   item_name_w_accurate_musket            "Accurate Musket"
  2550.   item_examine_w_accurate_musket    "Limited-issue firearm of the Senastille"
  2551.                     "elite sniper team. It is lightweight and"
  2552.                     "perfectly balanced."
  2553.   item_readlevel_w_accurate_musket        "0"
  2554.   item_readexamine_w_accurate_musket        ""
  2555.   item_perclick_w_accurate_musket        "1"
  2556.   item_price_buying_w_accurate_musket        "1750"
  2557.   item_price_selling_w_accurate_musket        "320"
  2558.   item_type_w_accurate_musket                "gun"
  2559.   item_weapon_type_w_accurate_musket        "musket"
  2560.   item_weapon_ammo_w_accurate_musket        "bullets"
  2561.   item_weapon_attack1_w_accurate_musket        "30"
  2562.   item_weapon_damage1_min_w_accurate_musket    "5"
  2563.   item_weapon_damage1_max_w_accurate_musket    "25"
  2564.   item_weapon_attack2_w_accurate_musket        "10"
  2565.   item_weapon_damage2_min_w_accurate_musket    "2"
  2566.   item_weapon_damage2_max_w_accurate_musket    "6"
  2567.   item_wearscript_w_accurate_musket            "globals.stat_cur_agility += 3;"
  2568.  
  2569.  
  2570.  
  2571.   item_name_w_bayonet            "Musket with Bayonet"
  2572.   item_examine_w_bayonet        "A new model of firearm used by the Senastille"
  2573.                     "troops.  It has a bayonet knife placed at the"
  2574.                     "tip of the weapon for close fighting."
  2575.   item_readlevel_w_bayonet        "0"
  2576.   item_readexamine_w_bayonet        ""
  2577.   item_perclick_w_bayonet        "1"
  2578.   item_price_buying_w_bayonet        "1300"
  2579.   item_price_selling_w_bayonet        "405"
  2580.   item_type_w_bayonet            "gun"
  2581.   item_weapon_type_w_bayonet        "bayonet"
  2582.   item_weapon_ammo_w_bayonet        "bullets"
  2583.   item_weapon_attack1_w_bayonet        "25"
  2584.   item_weapon_damage1_min_w_bayonet    "5"
  2585.   item_weapon_damage1_max_w_bayonet    "25"
  2586.   item_weapon_attack2_w_bayonet        "12"
  2587.   item_weapon_damage2_min_w_bayonet    "2"
  2588.   item_weapon_damage2_max_w_bayonet    "10"
  2589.  
  2590.   item_name_w_long_bow            "Longbow"
  2591.   item_examine_w_long_bow        "A bow of supple wood."
  2592.   item_readlevel_w_long_bow        "0"
  2593.   item_readexamine_w_long_bow        ""
  2594.   item_perclick_w_long_bow        "1"
  2595.   item_type_w_long_bow            "bow0"
  2596.   item_weapon_type_w_long_bow        "bow0"
  2597.   item_weapon_ammo_w_long_bow        "arrows"
  2598.   item_weapon_attack1_w_long_bow    "14"
  2599.   item_weapon_damage1_min_w_long_bow    "2"
  2600.   item_weapon_damage1_max_w_long_bow    "18"
  2601.   item_weapon_attack2_w_long_bow    "10"
  2602.   item_weapon_damage2_min_w_long_bow    "1"
  2603.   item_weapon_damage2_max_w_long_bow    "3"
  2604.   item_price_buying_w_long_bow        "350"
  2605.   item_price_selling_w_long_bow        "150"
  2606.  
  2607.   item_name_w_bahaghari_bow            "Longbow of Cunning"
  2608.   item_examine_w_bahaghari_bow        "Bahaghari's special bow. The wood has"
  2609.                     "been treated and crafted to render it"
  2610.                     "effortless to use. This longbow adds"
  2611.                     "to a hunter's agility."
  2612.   item_readlevel_w_bahaghari_bow        "0"
  2613.   item_readexamine_w_bahaghari_bow        ""
  2614.   item_perclick_w_bahaghari_bow        "1"
  2615.   item_type_w_bahaghari_bow            "bow0"
  2616.   item_weapon_type_w_bahaghari_bow        "bow0"
  2617.   item_weapon_ammo_w_bahaghari_bow        "arrows"
  2618.   item_weapon_attack1_w_bahaghari_bow    "16"
  2619.   item_weapon_damage1_min_w_bahaghari_bow    "5"
  2620.   item_weapon_damage1_max_w_bahaghari_bow    "18"
  2621.   item_weapon_attack2_w_bahaghari_bow    "10"
  2622.   item_weapon_damage2_min_w_bahaghari_bow    "1"
  2623.   item_weapon_damage2_max_w_bahaghari_bow    "3"
  2624.   item_price_buying_w_bahaghari_bow        "460"
  2625.   item_price_selling_w_bahaghari_bow    "210"
  2626.   item_wearscript_w_bahaghari_bow        "globals.stat_cur_agility += 2;"
  2627.  
  2628.   item_name_w_kris            "Kris"
  2629.   item_examine_w_kris            "A more refined version of the Marokan sword."
  2630.                     "used only by the noblest of the warriors of"
  2631.                     "the Marokan tribes. Its serrated edge"
  2632.                     "maximizes damage and inflicts severe wounds."
  2633.  
  2634.   item_readlevel_w_kris            "0"
  2635.   item_readexamine_w_kris        ""
  2636.   item_perclick_w_kris            "1"
  2637.   item_type_w_kris            "weapon"
  2638.   item_weapon_type_w_kris        "kris"
  2639.   item_weapon_attack1_w_kris        "10"
  2640.   item_weapon_damage1_min_w_kris    "5"
  2641.   item_weapon_damage1_max_w_kris    "14"
  2642.   item_weapon_attack2_w_kris        "12"
  2643.   item_weapon_damage2_min_w_kris    "8"
  2644.   item_weapon_damage2_max_w_kris    "12"
  2645.   item_price_buying_w_kris        "195"
  2646.   item_price_selling_w_kris        "87"
  2647.  
  2648.   item_name_w_assassin_kris                "Assassin's Kris"
  2649.   item_examine_w_assassin_kris            "A special kris wielded by Tersiago's most"
  2650.                         "trusted assassin. Its pointy tip is coated"
  2651.                         "with poison that is injected into the"
  2652.                         "enemy's blood."
  2653.   item_readlevel_w_assassin_kris            "0"
  2654.   item_readexamine_w_assassin_kris            ""
  2655.   item_perclick_w_assassin_kris            "1"
  2656.   item_type_w_assassin_kris                "weapon"
  2657.   item_weapon_type_w_assassin_kris            "kris"
  2658.   item_weapon_attack1_w_assassin_kris        "11"
  2659.   item_weapon_damage1_min_w_assassin_kris        "5"
  2660.   item_weapon_damage1_max_w_assassin_kris        "17"
  2661.   item_weapon_attack2_w_assassin_kris        "12"
  2662.   item_weapon_damage2_min_w_assassin_kris        "10"
  2663.   item_weapon_damage2_max_w_assassin_kris        "15"
  2664.   item_weapon_special_w_assassin_kris        "poison"
  2665.   item_weapon_lparam_w_assassin_kris        "180"
  2666.   item_weapon_wparam_w_assassin_kris        "45"
  2667.   item_price_buying_w_assassin_kris            "286"
  2668.   item_price_selling_w_assassin_kris        "115"
  2669.  
  2670.   item_name_w_busog            "Busog"
  2671.   item_examine_w_busog            "The native bow."
  2672.   item_readlevel_w_busog        "0"
  2673.   item_readexamine_w_busog        ""
  2674.   item_perclick_w_busog            "1"
  2675.   item_type_w_busog            "bow0"
  2676.   item_weapon_type_w_busog        "bow0"
  2677.   item_weapon_ammo_w_busog        "arrows"
  2678.   item_weapon_attack1_w_busog        "12"
  2679.   item_weapon_damage1_min_w_busog    "1"
  2680.   item_weapon_damage1_max_w_busog    "12"
  2681.   item_weapon_attack2_w_busog        "10"
  2682.   item_weapon_damage2_min_w_busog    "1"
  2683.   item_weapon_damage2_max_w_busog    "3"
  2684.   item_acquirescript_w_busog        ""
  2685.   item_price_buying_w_busog        "200"
  2686.   item_price_selling_w_busog        "100"
  2687.  
  2688.   item_name_w_lightweight_busog        "Lightweight Busog"
  2689.   item_examine_w_lightweight_busog        "Unlike other native bows, this one is"
  2690.                         "made of young wood and is lighter than"
  2691.                         "others of its type. It gives a +1 bonus"
  2692.                         "to Agility."
  2693.   item_readlevel_w_lightweight_busog        "0"
  2694.   item_readexamine_w_lightweight_busog        ""
  2695.   item_perclick_w_lightweight_busog            "1"
  2696.   item_type_w_lightweight_busog            "bow0"
  2697.   item_weapon_type_w_lightweight_busog        "bow0"
  2698.   item_weapon_ammo_w_lightweight_busog        "arrows"
  2699.   item_weapon_attack1_w_lightweight_busog        "12"
  2700.   item_weapon_damage1_min_w_lightweight_busog    "1"
  2701.   item_weapon_damage1_max_w_lightweight_busog    "12"
  2702.   item_weapon_attack2_w_lightweight_busog        "10"
  2703.   item_weapon_damage2_min_w_lightweight_busog    "1"
  2704.   item_weapon_damage2_max_w_lightweight_busog    "3"
  2705.   item_acquirescript_w_lightweight_busog        ""
  2706.   item_price_buying_w_lightweight_busog        "250"
  2707.   item_price_selling_w_lightweight_busog        "125"
  2708.   item_wearscript_w_lightweight_busog        "globals.stat_cur_agility += 1;"
  2709.  
  2710.   item_name_w_spare_bow            "Patrizia's Spare Bow"
  2711.   item_examine_w_spare_bow            "A small bow. It looks old, but for now,"
  2712.                     "it will have to do."
  2713.   item_readlevel_w_spare_bow        "0"
  2714.   item_readexamine_w_spare_bow        ""
  2715.   item_perclick_w_spare_bow        "1"
  2716.   item_type_w_spare_bow            "bow0"
  2717.   item_weapon_type_w_spare_bow        "bow0"
  2718.   item_weapon_ammo_w_spare_bow        "arrows"
  2719.   item_weapon_attack1_w_spare_bow    "12"
  2720.   item_weapon_damage1_min_w_spare_bow    "1"
  2721.   item_weapon_damage1_max_w_spare_bow    "12"
  2722.   item_weapon_attack2_w_spare_bow    "10"
  2723.   item_weapon_damage2_min_w_spare_bow    "1"
  2724.   item_weapon_damage2_max_w_spare_bow    "3"
  2725.   item_acquirescript_w_spare_bow    ""
  2726.   item_price_buying_w_spare_bow        "200"
  2727.   item_price_selling_w_spare_bow    "100"
  2728.  
  2729.  
  2730.   item_name_a_brass_bodybands        "Shin Guards"
  2731.   item_type_a_brass_bodybands        "armor_boot"
  2732.   item_examine_a_brass_bodybands    "Hammered out of brass, these bands are both"
  2733.                     "ornamental and protective." 
  2734.   item_readlevel_a_brass_bodybands    "0"
  2735.   item_readexamine_a_brass_bodybands    ""
  2736.   item_perclick_a_brass_bodybands    "1"
  2737.   item_price_buying_a_brass_bodybands    "190"
  2738.   item_price_selling_a_brass_bodybands    "95"
  2739.   item_armor_defense_a_brass_bodybands    "2"
  2740.   item_armor_damage_a_brass_bodybands    "0"
  2741.   item_armor_type_a_brass_bodybands    "0"
  2742.  
  2743.  
  2744.   item_name_w_halberd            "Halberd"
  2745.   item_examine_w_halberd        "A heavy iron weapon with both axe and spear points."
  2746.   item_readlevel_w_halberd        "0"
  2747.   item_readexamine_w_halberd        ""
  2748.   item_perclick_w_halberd        "1"
  2749.   item_type_w_halberd            "weapon"
  2750.   item_weapon_type_w_halberd        "halberd"
  2751.   item_weapon_attack1_w_halberd        "14"
  2752.   item_weapon_damage1_min_w_halberd    "6"
  2753.   item_weapon_damage1_max_w_halberd    "22"
  2754.   item_weapon_attack2_w_halberd        "14"
  2755.   item_weapon_damage2_min_w_halberd    "9"
  2756.   item_weapon_damage2_max_w_halberd    "19"
  2757.   item_price_buying_w_halberd        "970"
  2758.   item_price_selling_w_halberd        "300"
  2759.  
  2760.  
  2761.   item_name_w_kalis            "Kalis"
  2762.   item_examine_w_kalis            "A Kalis is the traditional hunting knife used"
  2763.                     "by young Marokans when they undergo the Eve"
  2764.                     "of the Young Fire-a ritual challenge to affirm"
  2765.                     "the status of a hunter of the tribe.  It is the"
  2766.                     "most easily used among the melee weapons and"
  2767.                     "it is the weapon of choice for women warriors"
  2768.                     "of Marokan tribes.  The blade is curved downward,"
  2769.                     "slightly serrated for maximum slashing damage."
  2770.   item_readlevel_w_kalis        "0"
  2771.   item_readexamine_w_kalis        ""
  2772.   item_perclick_w_kalis            "1"
  2773.   item_type_w_kalis            "weapon"
  2774.   item_weapon_type_w_kalis        "itak"
  2775.   item_weapon_attack1_w_kalis        "7"
  2776.   item_weapon_damage1_min_w_kalis    "2"
  2777.   item_weapon_damage1_max_w_kalis    "9"
  2778.   item_weapon_attack2_w_kalis        "6"
  2779.   item_weapon_damage2_min_w_kalis    "5"
  2780.   item_weapon_damage2_max_w_kalis    "7"
  2781.   item_price_buying_w_kalis        "25"
  2782.   item_price_selling_w_kalis        "13"
  2783.  
  2784.   item_name_w_kalis_of_storms                "Kalis of Storms"
  2785.   item_examine_w_kalis_of_storms            "Alibata runes are carved into the blade"
  2786.                             "of this Kalis.  Weapons like these were"
  2787.                             "made by the ancient thunder shamans during"
  2788.                             "the tribal wars of Maroka long ago when"
  2789.                             "the noble houses were not yet established." 
  2790.                             "This Kalis has the ability to temporarily"
  2791.                             "stun an opponent with a successful hit."
  2792.   item_readlevel_w_kalis_of_storms            "0"
  2793.   item_readexamine_w_kalis_of_storms        ""
  2794.   item_perclick_w_kalis_of_storms            "1"
  2795.   item_type_w_kalis_of_storms                "weapon"
  2796.   item_weapon_type_w_kalis_of_storms        "itak"
  2797.   item_weapon_attack1_w_kalis_of_storms        "7"
  2798.   item_weapon_damage1_min_w_kalis_of_storms    "2"
  2799.   item_weapon_damage1_max_w_kalis_of_storms    "9"
  2800.   item_weapon_attack2_w_kalis_of_storms        "6"
  2801.   item_weapon_damage2_min_w_kalis_of_storms    "5"
  2802.   item_weapon_damage2_max_w_kalis_of_storms    "7"
  2803.   item_price_buying_w_kalis_of_storms        "75"
  2804.   item_price_selling_w_kalis_of_storms        "30"
  2805.   item_weapon_special_w_kalis_of_storms        "stun"
  2806.   item_weapon_lparam_w_kalis_of_storms        "45"
  2807.   item_weapon_wparam_w_kalis_of_storms        "25"
  2808.  
  2809.   item_name_w_surgeon_kalis                "Surgeon's Kalis"
  2810.   item_examine_w_surgeon_kalis            "This is a special instrument used by Senastille"
  2811.                         "doctors.  The blade is extremely sharp, made of"
  2812.                         "excellent steel. It is lightweight and perfectly" 
  2813.                         "balanced for medical procedures that require the"
  2814.                         "utmost care, strength, and precision.  Because of"
  2815.                         "its design, the surgeon's kalis increases your"
  2816.                         "agility by three."
  2817.   item_readlevel_w_surgeon_kalis            "0"
  2818.   item_readexamine_w_surgeon_kalis            ""
  2819.   item_perclick_w_surgeon_kalis            "1"
  2820.   item_type_w_surgeon_kalis                "weapon"
  2821.   item_weapon_type_w_surgeon_kalis            "itak"
  2822.   item_weapon_attack1_w_surgeon_kalis        "7"
  2823.   item_weapon_damage1_min_w_surgeon_kalis        "2"
  2824.   item_weapon_damage1_max_w_surgeon_kalis        "9"
  2825.   item_weapon_attack2_w_surgeon_kalis        "6"
  2826.   item_weapon_damage2_min_w_surgeon_kalis        "5"
  2827.   item_weapon_damage2_max_w_surgeon_kalis        "7"
  2828.   item_price_buying_w_surgeon_kalis            "55"
  2829.   item_price_selling_w_surgeon_kalis        "20"
  2830.   item_wearscript_w_surgeon_kalis            "globals.stat_cur_agility += 3;"
  2831.  
  2832.   item_name_w_palakol            "Palakol"
  2833.   item_examine_w_palakol        "A light Marokan axe."
  2834.   item_readlevel_w_palakol        "0"
  2835.   item_readexamine_w_palakol        ""
  2836.   item_perclick_w_palakol        "1"
  2837.   item_type_w_palakol            "weapon"
  2838.   item_weapon_type_w_palakol        "axe"
  2839.   item_weapon_attack1_w_palakol        "10"
  2840.   item_weapon_damage1_min_w_palakol    "1"
  2841.   item_weapon_damage1_max_w_palakol    "15"
  2842.   item_weapon_attack2_w_palakol        "10"
  2843.   item_weapon_damage2_min_w_palakol    "1"
  2844.   item_weapon_damage2_max_w_palakol    "15"
  2845.   item_price_buying_w_palakol        "130"
  2846.   item_price_selling_w_palakol        "75"
  2847.  
  2848.   item_name_w_pike            "Pike"
  2849.   item_examine_w_pike            "A high-quality Senastille spear."
  2850.   item_readlevel_w_pike            "0"
  2851.   item_readexamine_w_pike        ""
  2852.   item_perclick_w_pike            "1"
  2853.   item_type_w_pike            "weapon"
  2854.   item_weapon_type_w_pike        "spear"
  2855.   item_weapon_attack1_w_pike        "12"
  2856.   item_weapon_damage1_min_w_pike    "8"
  2857.   item_weapon_damage1_max_w_pike    "15"
  2858.   item_weapon_attack2_w_pike        "12"
  2859.   item_weapon_damage2_min_w_pike    "8"
  2860.   item_weapon_damage2_max_w_pike    "15"
  2861.   item_price_buying_w_pike        "285"
  2862.   item_price_selling_w_pike        "115"
  2863.  
  2864.   item_name_w_pira            "Pira"
  2865.   item_examine_w_pira            "It's a standard issue Marokan"
  2866.                     "Soldier sword."
  2867.   item_readlevel_w_pira            "0"
  2868.   item_readexamine_w_pira        ""
  2869.   item_perclick_w_pira            "1"
  2870.   item_type_w_pira            "weapon"
  2871.   item_weapon_type_w_pira        "kris"
  2872.   item_weapon_attack1_w_pira        "9"
  2873.   item_weapon_damage1_min_w_pira    "4"
  2874.   item_weapon_damage1_max_w_pira    "13"
  2875.   item_weapon_attack2_w_pira        "9"
  2876.   item_weapon_damage2_min_w_pira    "8"
  2877.   item_weapon_damage2_max_w_pira    "11"
  2878.   item_price_buying_w_pira        "182"
  2879.   item_price_selling_w_pira        "75"
  2880.  
  2881.   item_name_w_rapier            "Rapier"
  2882.   item_examine_w_rapier            "A fancy Senastille sword, commonly"
  2883.                     "used by Senastille aristocrats."
  2884.   item_type_w_rapier            "weapon"
  2885.   item_weapon_type_w_rapier        "sabre"
  2886.   item_weapon_attack1_w_rapier    "13"
  2887.   item_weapon_damage1_min_w_rapier    "2"
  2888.   item_weapon_damage1_max_w_rapier    "21"
  2889.   item_weapon_attack2_w_rapier    "14"
  2890.   item_weapon_damage2_min_w_rapier    "12"
  2891.   item_weapon_damage2_max_w_rapier    "20"
  2892.   item_readlevel_w_rapier        "0"
  2893.   item_readexamine_w_rapier        ""
  2894.   item_perclick_w_rapier        "1"
  2895.   item_price_buying_w_rapier        "1040"
  2896.   item_price_selling_w_rapier        "320"
  2897.  
  2898.  
  2899.   item_name_w_delvallerapier        "Del Valle's Rapier"
  2900.   item_examine_w_delvallerapier            "Commander del Valle's sword, on"
  2901.                     "loan for a demonstration."
  2902.   item_type_w_delvallerapier            "weapon"
  2903.   item_weapon_type_w_delvallerapier        "sabre"
  2904.   item_weapon_attack1_w_delvallerapier    "13"
  2905.   item_weapon_damage1_min_w_delvallerapier    "4"
  2906.   item_weapon_damage1_max_w_delvallerapier    "21"
  2907.   item_weapon_attack2_w_delvallerapier    "14"
  2908.   item_weapon_damage2_min_w_delvallerapier    "12"
  2909.   item_weapon_damage2_max_w_delvallerapier    "20"
  2910.   item_readlevel_w_delvallerapier        "0"
  2911.   item_readexamine_w_delvallerapier        ""
  2912.   item_perclick_w_delvallerapier        "1"
  2913.   item_price_buying_w_delvallerapier        "1040"
  2914.   item_price_selling_w_delvallerapier        "320"
  2915.  
  2916.   item_name_w_babaylan            "Katalona"
  2917.   item_examine_w_babaylan        "An ornate dagger. It has some markings along"
  2918.                     "the blade. Upon closer inspection, the blade"
  2919.                     "seems riddled with minute perforations. The" 
  2920.                     "jewels along the hilt are really small vials"
  2921.                     "that contain some sort of clear, odorless fluid"
  2922.                     "that is excreted through the perforations."
  2923.                     "Perhaps it could be used with some sort of"
  2924.                     "substance to increase its performance."
  2925.   item_type_w_babaylan            "weapon"
  2926.   item_weapon_type_w_babaylan        "itak"
  2927.   item_weapon_attack1_w_babaylan    "13"
  2928.   item_weapon_damage1_min_w_babaylan    "4"
  2929.   item_weapon_damage1_max_w_babaylan    "16"
  2930.   item_weapon_attack2_w_babaylan    "12"
  2931.   item_weapon_damage2_min_w_babaylan    "8"
  2932.   item_weapon_damage2_max_w_babaylan    "11"
  2933.   item_readlevel_w_babaylan        "1"
  2934.   item_readexamine_w_babaylan        "The markings teach how to use the Central"
  2935.                     "Chakra to drain an enemy's power."
  2936.   item_readminiscript_w_babaylan    "if (globals.skill_level_yellow3 < 1) { NewSkill('yellow',3);}"
  2937.   item_num_combine_w_babaylan        "1"
  2938.   item_combine_name0_w_babaylan        "poison_powder"
  2939.   item_combine_take0_w_babaylan        "1"
  2940.   item_combine_return0_w_babaylan    "w_katalona"
  2941.   
  2942.  
  2943.   item_perclick_w_babaylan        "1"
  2944.   item_price_buying_w_babaylan        "250"
  2945.   item_price_selling_w_babaylan        "100"
  2946.  
  2947.   item_name_w_katalona            "Poisoned Katalona"
  2948.   item_examine_w_katalona        "An ornate dagger. It has some markings along"
  2949.                     "the blade. Upon closer inspection, the blade"
  2950.                     "seems riddled with minute perforations. The" 
  2951.                     "jewels along the hilt are really small vials"
  2952.                     "that contain some sort of clear, odorless fluid"
  2953.                     "that is excreted through the perforations. The"
  2954.                     "poisoned powder reacts with the fluid to produce"
  2955.                     "a potent venom."
  2956.   item_type_w_katalona            "weapon"
  2957.   item_weapon_type_w_katalona        "itak"
  2958.   item_weapon_attack1_w_katalona    "13"
  2959.   item_weapon_damage1_min_w_katalona    "4"
  2960.   item_weapon_damage1_max_w_katalona    "16"
  2961.   item_weapon_attack2_w_katalona    "12"
  2962.   item_weapon_damage2_min_w_katalona    "8"
  2963.   item_weapon_damage2_max_w_katalona    "11"
  2964.   item_readlevel_w_katalona        "1"
  2965.   item_weapon_special_w_katalona     "poison"
  2966.   item_weapon_lparam_w_katalona        "300"
  2967.   item_weapon_wparam_w_katalona        "50"
  2968.   item_readexamine_w_katalona        "The markings teach how to use the Central"
  2969.                     "Chakra to drain an enemy's power."
  2970.   item_readminiscript_w_katalona    "if (globals.skill_level_yellow3 < 1) { NewSkill('yellow',3);}"
  2971.   item_perclick_w_katalona        "1"
  2972.   item_price_buying_w_katalona        "300"
  2973.   item_price_selling_w_katalona        "150"
  2974.   item_acquirescript_w_katalona        "ScoreUp(1);"
  2975.  
  2976.   item_name_w_long_sword        "Long Sword"
  2977.   item_examine_w_long_sword        "The standard sword issued to Senastille"
  2978.                          "soldiers."
  2979.   item_type_w_long_sword        "weapon"
  2980.   item_weapon_type_w_long_sword        "sabre"
  2981.   item_weapon_attack1_w_long_sword        "10"
  2982.   item_weapon_damage1_min_w_long_sword    "3"
  2983.   item_weapon_damage1_max_w_long_sword    "16"
  2984.   item_weapon_attack2_w_long_sword        "12"
  2985.   item_weapon_damage2_min_w_long_sword    "8"
  2986.   item_weapon_damage2_max_w_long_sword    "15"
  2987.   item_readlevel_w_long_sword            "0"
  2988.   item_readexamine_w_long_sword        ""
  2989.   item_perclick_w_long_sword            "1"
  2990.   item_price_buying_w_long_sword        "325"
  2991.   item_price_selling_w_long_sword        "120"
  2992.  
  2993.  
  2994.   item_name_w_sabre            "Sabre"
  2995.   item_examine_w_sabre            "A Senastille sabre."
  2996.   item_readlevel_w_sabre        "0"
  2997.   item_readexamine_w_sabre        ""
  2998.   item_perclick_w_sabre            "1"
  2999.   item_type_w_sabre            "weapon"
  3000.   item_weapon_type_w_sabre        "sabre"
  3001.   item_weapon_attack1_w_sabre        "12"
  3002.   item_weapon_damage1_min_w_sabre    "4"
  3003.   item_weapon_damage1_max_w_sabre    "18"
  3004.   item_weapon_attack2_w_sabre        "13"
  3005.   item_weapon_damage2_min_w_sabre    "9"
  3006.   item_weapon_damage2_max_w_sabre    "16"
  3007.   item_price_buying_w_sabre        "550"
  3008.   item_price_selling_w_sabre        "205"
  3009.  
  3010.   item_name_w_sawkil            "Sawkil"
  3011.   item_examine_w_sawkil            "An axe-and-spear type weapon."
  3012.   item_readlevel_w_sawkil        "0"
  3013.   item_readexamine_w_sawkil        ""
  3014.   item_type_w_sawkil            "weapon"
  3015.   item_weapon_type_w_sawkil        "halberd"
  3016.   item_weapon_attack1_w_sawkil        "11"
  3017.   item_weapon_damage1_min_w_sawkil    "4"
  3018.   item_weapon_damage1_max_w_sawkil    "15"
  3019.   item_weapon_attack2_w_sawkil        "10"
  3020.   item_weapon_damage2_min_w_sawkil    "8"
  3021.   item_weapon_damage2_max_w_sawkil    "13"
  3022.   item_perclick_w_sawkil        "1"
  3023.   item_price_buying_w_sawkil        "221"
  3024.   item_price_selling_w_sawkil        "95"
  3025.  
  3026.   item_name_w_sibat            "Sibat"
  3027.   item_examine_w_sibat            "A quick attack spear."
  3028.   item_readlevel_w_sibat        "0"
  3029.   item_readexamine_w_sibat        ""
  3030.   item_perclick_w_sibat            "1"
  3031.   item_type_w_sibat            "weapon"
  3032.   item_weapon_type_w_sibat        "spear"
  3033.   item_weapon_attack1_w_sibat        "9"
  3034.   item_weapon_damage1_min_w_sibat    "5"
  3035.   item_weapon_damage1_max_w_sibat    "12"
  3036.   item_weapon_attack2_w_sibat        "9"
  3037.   item_weapon_damage2_min_w_sibat    "5"
  3038.   item_weapon_damage2_max_w_sibat    "12"
  3039.   item_price_buying_w_sibat        "125"
  3040.   item_price_selling_w_sibat        "55"
  3041.  
  3042.   item_name_w_spear            "Spear"
  3043.   item_examine_w_spear            "The foreign version of our spear."
  3044.                     "It is longer and heavier."
  3045.   item_readlevel_w_spear        "0"
  3046.   item_readexamine_w_spear        ""
  3047.   item_perclick_w_spear            "1"
  3048.   item_type_w_spear            "weapon"
  3049.   item_weapon_type_w_spear        "spear"
  3050.   item_weapon_attack1_w_spear        "10"
  3051.   item_weapon_damage1_min_w_spear    "6"
  3052.   item_weapon_damage1_max_w_spear    "13"
  3053.   item_weapon_attack2_w_spear        "10"
  3054.   item_weapon_damage2_min_w_spear    "6"
  3055.   item_weapon_damage2_max_w_spear    "13"
  3056.   item_price_buying_w_spear        "260"
  3057.   item_price_selling_w_spear        "100"
  3058.  
  3059.   item_name_w_super_spear            "Kirog's Spear"
  3060.   item_examine_w_super_spear            "An intricately ornamented spear"
  3061.                             "that the old man Kirog kept from"
  3062.                             "his childhood. Powerful and"
  3063.                             "one-of-a-kind. Grants a +1 bonus"
  3064.                             "to Agility and Chakra."
  3065.   item_readlevel_w_super_spear        "0"
  3066.   item_readexamine_w_super_spear        ""
  3067.   item_perclick_w_super_spear            "1"
  3068.   item_type_w_super_spear            "weapon"
  3069.   item_weapon_type_w_super_spear        "spear"
  3070.   item_weapon_attack1_w_super_spear        "15"
  3071.   item_weapon_damage1_min_w_super_spear    "8"
  3072.   item_weapon_damage1_max_w_super_spear    "18"
  3073.   item_weapon_attack2_w_super_spear        "15"
  3074.   item_weapon_damage2_min_w_super_spear    "8"
  3075.   item_weapon_damage2_max_w_super_spear    "18"
  3076.   item_price_buying_w_super_spear        "1300"
  3077.   item_price_selling_w_super_spear        "260"
  3078.   item_wearscript_w_super_spear        "globals.stat_cur_agility += 1; globals.stat_cur_wisdom += 1;"
  3079.  
  3080.  
  3081.  
  3082.   item_name_w_susuwat            "Susuwat"
  3083.   item_examine_w_susuwat        "The most mean-looking knife you can get."
  3084.   item_readlevel_w_susuwat        "0"
  3085.   item_readexamine_w_susuwat        ""
  3086.   item_perclick_w_susuwat        "1"
  3087.   item_type_w_susuwat            "weapon"
  3088.   item_weapon_type_w_susuwat        "itak"
  3089.   item_weapon_attack1_w_susuwat    "12"
  3090.   item_weapon_damage1_min_w_susuwat    "6"
  3091.   item_weapon_damage1_max_w_susuwat    "22"
  3092.   item_weapon_attack2_w_susuwat    "11"
  3093.   item_weapon_damage2_min_w_susuwat    "7"
  3094.   item_weapon_damage2_max_w_susuwat    "12"
  3095.   item_price_buying_w_susuwat        "915"
  3096.   item_price_selling_w_susuwat    "307"
  3097.  
  3098.   item_name_maktan_kris            "Maktan's Kris"
  3099.   item_examine_maktan_kris        "Datu Maktan's kris.  A Kris is the traditional"
  3100.                     "weapon of the Marokan nobles.  The symbol of the"
  3101.                     "clan of Maktan, a warrior, is depicted through"
  3102.                     "the ornate carvings etched along the length of"
  3103.                     "the blade, scabbard, and trinkets attached to its"
  3104.                     "hilt. Being of the clan of Maktan, the sword"
  3105.                     "adds to your health and chakra by simply wielding"
  3106.                     "it."
  3107.   item_perclick_maktan_kris        "1"
  3108.   item_type_maktan_kris            "weapon"
  3109.   item_weapon_type_maktan_kris        "kris"
  3110.   item_weapon_attack1_maktan_kris    "10"
  3111.   item_weapon_damage1_min_maktan_kris    "5"
  3112.   item_weapon_damage1_max_maktan_kris    "14"
  3113.   item_weapon_attack2_maktan_kris    "12"
  3114.   item_weapon_damage2_min_maktan_kris    "8"
  3115.   item_weapon_damage2_max_maktan_kris    "12"
  3116.   item_price_buying_maktan_kris        "0"
  3117.   item_price_selling_maktan_kris    "0"
  3118.   item_acquirescript_maktan_kris    ""
  3119.   item_wearscript_maktan_kris        "globals.stat_cur_constitution +=1; globals.stat_cur_wisdom +=1;"
  3120.  
  3121.   item_name_money_pouch            "Money pouch"
  3122.   item_examine_money_pouch        "A small bag made of strong, woven cloth secured"
  3123.                         "by a silk string.  It contains all your fortunes."
  3124.   item_readlevel_money_pouch        "0"
  3125.   item_readexamine_money_pouch    "A bag full of many mixed memories"
  3126.   item_perclick_money_pouch        "1000000"
  3127.   item_price_buying_money_pouch    "0"
  3128.   item_price_selling_money_pouch    "0"
  3129.   item_name_xichen_pouch        "Strange Money Pouch"
  3130.   item_examine_xichen_pouch        "A money pouch with writing in front."
  3131.                         "Judging by its appearance, it's probably seen"
  3132.                         "some heavy use."
  3133.   item_readlevel_xichen_pouch        "0"
  3134.   item_readexamine_xichen_pouch    "This pouch belongs to the merchant Xi Chen."
  3135.   item_perclick_xichen_pouch        "1"
  3136.  
  3137.   item_name_money_pouch_han            "Han's money pouch"
  3138.   item_examine_money_pouch_han        "A small bag made of strong, woven cloth secured"
  3139.                             "by a silk string. The name 'Han' is inscribed in"
  3140.                             "Kongsun and in Marokan."
  3141.   item_readlevel_money_pouch_han        "0"
  3142.   item_readexamine_money_pouch_han        "many mixed memories"
  3143.   item_perclick_money_pouch_han        "1"
  3144.   item_price_buying_money_pouch_han        "0"
  3145.   item_price_selling_money_pouch_han    "0"
  3146.   item_acquirescript_money_pouch_han    "if (globals.quest_chain_thieves > 0) {globals.quest_chain_thieves = 500; if (CheckEntry(181)) {RemapEntry(181,189);}if (CheckEntry(182)) {RemapEntry(182,189);}if (CheckEntry(183)) {RemapEntry(183,189);}if (CheckEntry(184)) {RemapEntry(184,189);}if (CheckEntry(185)) {RemapEntry(185,189);}if (CheckEntry(186)) {RemapEntry(186,189);}if (CheckEntry(187)) {RemapEntry(1878,189);} if (CheckEntry(188)) {RemapEntry(188,189);} }"
  3147.   item_num_combine_money_pouch_han    "1"
  3148.   item_combine_name0_money_pouch_han    "money_pouch"
  3149.   item_combine_return0_money_pouch_han    "money_pouch"
  3150.   item_combine_take0_money_pouch_han    "1"
  3151.   item_combine_script0_money_pouch_han    "villacredo/combine_han_pouch"
  3152.  
  3153.  
  3154.   item_name_blue_lady1            "Blue Lady"
  3155.   item_examine_blue_lady1        "It's a bottle of the infamous Blue Lady, the" 
  3156.                     "Governor-General's prized liquor."
  3157.   item_readlevel_blue_lady1        "0"
  3158.   item_readexamine_blue_lady1        ""
  3159.   item_perclick_blue_lady1        "1"
  3160.   item_price_buying_blue_lady1        ""
  3161.   item_price_selling_blue_lady1        ""
  3162.   item_num_combine_blue_lady1        "1"
  3163.   item_combine_name0_blue_lady1        "anato_seeds"
  3164.   item_combine_return0_blue_lady1    "blue_lady2"
  3165.   item_combine_take0_blue_lady1        "1"
  3166.  
  3167.   item_name_cruzieros            "Cruzieros"
  3168.   item_examine_cruzieros        "The coin of Maroka."
  3169.   item_readlevel_cruzieros        "0"
  3170.   item_readexamine_cruzieros        ""
  3171.   item_perclick_cruzieros        "1000"
  3172.   item_price_buying_cruzieros        "0"
  3173.   item_price_selling_cruzieros        "0"
  3174.  
  3175.   item_name_anato_seeds            "Annato Seeds"
  3176.   item_examine_anato_seeds        "This banana leaf envelope contains a handful" 
  3177.                     "of deep red annatto Seeds"
  3178.   item_readlevel_anato_seeds        "0"
  3179.   item_readexamine_anato_seeds        ""
  3180.   item_perclick_anato_seeds        "1"
  3181.   item_price_buying_anato_seeds        "2"
  3182.   item_price_selling_anato_seeds    "1"
  3183.   item_num_combine_anato_seeds        "1"
  3184.   item_combine_name0_anato_seeds    "blue_lady1"
  3185.   item_combine_return0_anato_seeds    "blue_lady2"
  3186.   item_combine_take0_anato_seeds    "1"
  3187.   item_acquirescript_anato_seeds     "ScoreUp(1);"            
  3188.  
  3189.  
  3190.   item_name_vial            "Empty Vial"
  3191.   item_examine_vial            "I can store all sorts of liquids in these vials."
  3192.   item_readlevel_vial            "0"
  3193.   item_readexamine_vial            ""
  3194.   item_perclick_vial            "1"
  3195.   item_price_buying_vial        "2"
  3196.   item_price_selling_vial        "1"
  3197.  
  3198.   item_name_antidote            "Holy Water"
  3199.   item_examine_antidote            "Water taken from the Church's Baptismal Font."
  3200.                         "I hope Daeus doesn't mind." 
  3201.   item_readlevel_antidote        "0"
  3202.   item_type_antidote            "food"
  3203.   item_readexamine_antidote        ""
  3204.   item_perclick_antidote        "1"
  3205.   item_price_buying_antidote        "7"
  3206.   item_price_selling_antidote        "2"
  3207.   item_acquirescript_antidote        "ScoreUp(1);"
  3208.   item_foodscript_antidote         "globals.state_poison = 0;" 
  3209.  
  3210.  
  3211.   item_name_fountainwater            "Drinking Water"
  3212.   item_examine_fountainwater            "Ordinary drinking water. It soothes a"
  3213.                             "little hunger and fatigue."
  3214.   item_perclick_fountainwater            "1"
  3215.   item_type_fountainwater            "food"
  3216.   item_price_buying_fountainwater        "0"
  3217.   item_price_selling_fountainwater        "0"
  3218.   item_num_combine_fountainwater        "1"
  3219.   item_combine_name0_fountainwater        "pito2"
  3220.   item_combine_return0_fountainwater    "cleansing_fluid"
  3221.   item_combine_take0_fountainwater        "1"            
  3222.   item_foodscript_fountainwater         "globals.state_food += 30; globals.state_sleep += 30;" 
  3223.  
  3224.  
  3225.  
  3226.   item_name_lagundi_leaves        "Pouch of Dried Lagundi Leaves"
  3227.   item_examine_lagundi_leaves        "This cloth pouch contains a bundle of" 
  3228.                         "dried leaves from the Lagundi plant"
  3229.   item_readlevel_lagundi_leaves        "0"
  3230.   item_readexamine_lagundi_leaves    ""
  3231.   item_perclick_lagundi_leaves        "1"
  3232.   item_price_buying_lagundi_leaves    "3"
  3233.   item_price_selling_lagundi_leaves    "2"
  3234.  
  3235.   item_name_lagundi_powder        "Pouch of Lagundi Powder"
  3236.   item_examine_lagundi_powder        "This cloth pouch contains powder made from"
  3237.                         "ground-up dried lagundi leaves."
  3238.   item_readlevel_lagundi_powder        "0"
  3239.   item_readexamine_lagundi_powder    ""
  3240.   item_perclick_lagundi_powder        "1"
  3241.   item_price_buying_lagundi_powder    "3"
  3242.   item_price_selling_lagundi_powder    "2"
  3243.  
  3244.  
  3245.   item_name_burntparchment        "Burnt Parchment"
  3246.   item_examine_burntparchment        "A piece of paper found under the rubble of"
  3247.                     "burned house in villacredo. It bears a resemblance"
  3248.                     "to the tattoo found on the back of the rebel" 
  3249.                     "Tersiago."
  3250.   item_readlevel_burntparchment        "0"
  3251.   item_readexamine_burntparchment    "Coming soon"
  3252.   item_perclick_burntparchment        "1"
  3253.   item_price_buying_burntparchment    "1"
  3254.   item_price_selling_burntparchment    "0"
  3255.   item_acquirescript_burntparchment     "ScoreUp(3);"            
  3256.  
  3257.   item_name_letter_to_villacredo        "Letter to Villacredo"
  3258.   item_examine_letter_to_villacredo        "It is sealed up tight."
  3259.   item_readlevel_letter_to_villacredo        "0"
  3260.   item_readexamine_letter_to_villacredo        ""
  3261.   item_perclick_letter_to_villacredo        "1"
  3262.   item_price_buying_letter_to_villacredo    "0"
  3263.   item_price_selling_letter_to_villacredo    "0"
  3264.  
  3265.   item_name_letter_tersiago        "Letter from Maktan"
  3266.   item_examine_letter_tersiago        "Tersiago, I know that you love Maroka more than"
  3267.                     "any other youth I have known.  It is because of"
  3268.                     "this that I have chosen you to come with me to"
  3269.                     "the Elders of Maroka to start you on the path"
  3270.                     "of the Protector of the Land."
  3271.                     " "
  3272.                     "I give you the Kris of Maktan, the sword of our"
  3273.                     "house and clan.  It is a sign that my favor is"
  3274.                     "upon you. The Senastille must be stopped and all"
  3275.                     "Marokans must rally to our call..." 
  3276.   item_readlevel_letter_tersiago    "0"
  3277.   item_readexamine_letter_tersiago    "Maroka speaks to me... She tells me this letter"
  3278.                     "was borne out of a time of great peril. Datu"
  3279.                     "Maktan wrote this for a young boy who has"
  3280.                     "reread this letter many times. I feel sadness,"
  3281.                     "anger... and hope."
  3282.   item_perclick_letter_tersiago        "1"
  3283.   item_examineminiscript_letter_tersiago "globals.tersiago_letter_examined = 1; ScoreUp(1); globals.item_examineminiscript_letter_tersiago = '';"
  3284.   item_readminiscript_letter_tersiago     "globals.tersiago_letter_examined = 2; ScoreUp(1); globals.item_readminiscript_letter_tersiago = '';"
  3285.  
  3286.  
  3287.   item_name_bullets            "Bullets"
  3288.   item_examine_bullets            "Ammunition for firearms."
  3289.   item_readlevel_bullets        "0"
  3290.   item_readexamine_bullets        ""
  3291.   item_perclick_bullets            "10"
  3292.   item_price_buying_bullets        ".8"
  3293.   item_price_selling_bullets        ".4"
  3294.  
  3295.   item_name_quill            "Quill"
  3296.   item_examine_quill            "A quill, used for writing long ink-stained"
  3297.                     "letters. This belongs to the Governor-General."
  3298.   item_readlevel_quill            "0"
  3299.   item_readexamine_quill        ""
  3300.   item_perclick_quill            "1"
  3301.   item_price_buying_quill        "0"
  3302.   item_price_selling_quill        "0"
  3303.   item_acquirescript_quill         "ScoreUp(1);"
  3304.   item_num_combine_quill        "0"
  3305.   item_combine_name0_quill        "paper"
  3306.   item_combine_return0_quill        "letter_forged_unsealed"
  3307.   item_combine_take0_quill        "1"            
  3308.  
  3309.  
  3310.   item_name_paper            "Paper"
  3311.   item_examine_paper            "A blank piece of Senastille paper, from the"
  3312.                     "Governor-General's private supply."
  3313.   item_readlevel_paper        "0"
  3314.   item_readexamine_paper        ""
  3315.   item_perclick_paper        "1"
  3316.   item_price_buying_paper        "5"
  3317.   item_price_selling_paper        "1"
  3318.   item_acquirescript_paper         "ScoreUp(1);"    
  3319.   item_num_combine_paper        "0"
  3320.   item_combine_name0_paper        "quill"
  3321.   item_combine_return0_paper        "letter_forged_unsealed"
  3322.   item_combine_take0_paper        "1"
  3323.  
  3324.   item_name_stones            "Stones"
  3325.   item_examine_stones            "Some stones."
  3326.   item_readlevel_stones            "0"
  3327.   item_readexamine_stones        ""
  3328.   item_perclick_stones            "1"
  3329.   item_price_buying_stones        ""
  3330.   item_price_selling_stones        ""
  3331.  
  3332.   item_name_dahlia            "Dahlia"
  3333.   item_examine_dahlia            "A dahlia."
  3334.   item_readlevel_dahlia            "0"
  3335.   item_readexamine_dahlia        ""
  3336.   item_perclick_dahlia            "1"
  3337.   item_price_buying_dahlia        "4"
  3338.   item_price_selling_dahlia        "1"
  3339.  
  3340.   item_name_fish            "Fish"
  3341.   item_examine_fish            "A fish."
  3342.   item_readlevel_fish            "0"
  3343.   item_readexamine_fish            "Poor fish... "
  3344.   item_perclick_fish            "1"
  3345.   item_price_buying_fish        "8"
  3346.   item_price_selling_fish        "0"
  3347.  
  3348.   item_name_food_guava            "Guava"
  3349.   item_examine_food_guava        "Tart yet musky, it stimulates" 
  3350.                         "the senses and arouses the flesh."
  3351.                         "Sustains a person for 8 hours."
  3352.   item_readlevel_food_guava        "0"
  3353.   item_readexamine_food_guava        ""
  3354.   item_perclick_food_guava        "1"
  3355.   item_price_buying_food_guava        "4"
  3356.   item_price_selling_food_guava        "1"
  3357.   item_type_food_guava            "food"
  3358.   item_foodscript_food_guava        "Eat(500);"
  3359.  
  3360.   item_name_food_suman            "Suman"
  3361.   item_examine_food_suman        "This is a great snack made of steamed" 
  3362.                     "sticky rice, wrapped in young coconut"
  3363.                     "leaves.  This is very heavy on the stomach" 
  3364.                     "but because it is a little bland, most"
  3365.                     "prefer it served with some sweetener." 
  3366.                         "Sustains a person for 8 hours."
  3367.   item_readlevel_food_suman        "0"
  3368.   item_readexamine_food_suman        ""
  3369.   item_perclick_food_suman        "1"
  3370.   item_price_buying_food_suman        "4"
  3371.   item_price_selling_food_suman        "1"
  3372.   item_type_food_suman            "food"
  3373.   item_foodscript_food_suman        "Eat(500);"
  3374.  
  3375.   item_name_food_papaya            "Papaya"
  3376.   item_examine_food_papaya        "A soft, sweet tropical fruit." 
  3377.                         "Sustains a person for 8 hours."
  3378.   item_readlevel_food_papaya        "0"
  3379.   item_readexamine_food_papaya        ""
  3380.   item_perclick_food_papaya        "1"
  3381.   item_price_buying_food_papaya        "4"
  3382.   item_price_selling_food_papaya    "1"
  3383.   item_type_food_papaya            "food"
  3384.   item_foodscript_food_papaya        "Eat(500);"
  3385.  
  3386.   item_name_food_mango            "Mango"
  3387.   item_type_food_mango            "food"
  3388.   item_examine_food_mango        "The pride of Maroka, luscious and robust." 
  3389.                         "A fruit fit for nobility." 
  3390.                         "Sustains a person for 8 hours."
  3391.   item_readlevel_food_mango        "0"
  3392.   item_readexamine_food_mango        ""
  3393.   item_perclick_food_mango        "1"
  3394.   item_price_buying_food_mango        "3"
  3395.   item_price_selling_food_mango        "1"
  3396.   item_foodscript_food_mango        "Eat(500);"
  3397.   item_acquirescript_food_mango     ""            
  3398.  
  3399.   item_name_food_lanzones        "Lanzones"
  3400.   item_examine_food_lanzones        "Its sharp sweetness, pleasant rounded shape," 
  3401.                     "and appealing size make it popular among the"
  3402.                     "ladies."
  3403.                         "Sustains a person for 8 hours."
  3404.   item_readlevel_food_lanzones        "0"
  3405.   item_readexamine_food_lanzones    ""
  3406.   item_perclick_food_lanzones        "1"
  3407.   item_price_buying_food_lanzones    "4"
  3408.   item_price_selling_food_lanzones    "1"
  3409.   item_type_food_lanzones        "food"
  3410.   item_foodscript_food_lanzones        "Eat(500);"
  3411.  
  3412.   item_name_food_macopa            "Macopa"
  3413.   item_examine_food_macopa        "Its warm, rosy color is in contrast to its" 
  3414.                     "cool, crisp texture. A fruit full of"
  3415.                     "contradictions,just like the heart which"
  3416.                     "it resembles."
  3417.                         "Sustains a person for 8 hours."
  3418.   item_readlevel_food_macopa        "0"
  3419.   item_readexamine_food_macopa        ""
  3420.   item_perclick_food_macopa        "1"
  3421.   item_price_buying_food_macopa        "4"
  3422.   item_price_selling_food_macopa    "1"
  3423.   item_type_food_macopa            "food"
  3424.   item_foodscript_food_macopa        "Eat(500);"
  3425.  
  3426.   item_name_food_kalamansi        "Marokan Lime"
  3427.   item_examine_food_kalamansi        "The Marokan lime, its juice clears the throat and"
  3428.                         "strengthens the constitution."
  3429.                         "Sustains a person for 4 hours."
  3430.   item_readlevel_food_kalamansi        "0"
  3431.   item_readexamine_food_kalamansi    ""
  3432.   item_perclick_food_kalamansi        "1"
  3433.   item_price_buying_food_kalamansi    "4"
  3434.   item_price_selling_food_kalamansi    "1"
  3435.   item_type_food_kalamansi        "food"
  3436.   item_num_combine_food_kalamansi    "1"
  3437.   item_combine_name0_food_kalamansi    "food_honey"
  3438.   item_combine_return0_food_kalamansi    "honeymansi"
  3439.   item_combine_take0_food_kalamansi    "1"
  3440.   item_foodscript_food_kalamansi    "Eat(350); globals.state_sleep += 5;"
  3441.  
  3442.   item_name_food_honey            "Honey"
  3443.   item_type_food_honey        "food"
  3444.   item_examine_food_honey        "It's a jar of sweet honey."
  3445.                         "Sustains a person for 8 hours."
  3446.                         "Adds 1 Energy to all colors."
  3447.   item_readlevel_food_honey        "0"
  3448.   item_readexamine_food_honey        ""
  3449.   item_perclick_food_honey        "1"
  3450.   item_price_buying_food_honey        "4"
  3451.   item_price_selling_food_honey        "2"
  3452.   item_num_combine_food_honey        "1"
  3453.   item_combine_name0_food_honey        "food_kalamansi"
  3454.   item_combine_return0_food_honey    "honeymansi"
  3455.   item_combine_take0_food_honey        "1"
  3456.   item_foodscript_food_honey        "Eat(500); Energize(1);"
  3457.  
  3458.   item_name_honeymansi            "Honey and Lime mix"
  3459.   item_examine_honeymansi        "It's a jar of sweet honey mixed with some"
  3460.                         "lime juice."
  3461.                         "Sustains a person for 10 hours."
  3462.                         "Adds 2 Energy to all colors."
  3463.   item_type_honeymansi            "food"
  3464.   item_readlevel_honeymansi        "0"
  3465.   item_readexamine_honeymansi        ""
  3466.   item_perclick_honeymansi        "1"
  3467.   item_price_buying_honeymansi        "4"
  3468.   item_price_selling_honeymansi        "2"
  3469.   item_foodscript_honeymansi        "Eat(600); Energize(2); globals.state_sleep += 10;"
  3470.  
  3471.   item_name_drink_sangria        "Sangria"
  3472.   item_type_drink_sangria        "food"
  3473.   item_examine_drink_sangria        "A strong drink that tastes bitter and drips"
  3474.                     "down thick. A favorite of no-nonsense"
  3475.                     "drinkers."
  3476.   item_readlevel_drink_sangria        "0"
  3477.   item_readexamine_drink_sangria    ""
  3478.   item_perclick_drink_sangria        "1"
  3479.   item_price_buying_drink_sangria    "10"
  3480.   item_price_selling_drink_sangria    "5"
  3481.   item_foodscript_drink_sangria        "globals.state_food += 50; globals.state_sleep -= 250;"
  3482.  
  3483.   item_name_drink_schenke        "Schenke"
  3484.   item_type_drink_schenke        "food"
  3485.   item_examine_drink_schenke        "A very strong drink, the favorite of sailors"
  3486.                     "and miners."
  3487.   item_readlevel_drink_schenke        "0"
  3488.   item_readexamine_drink_schenke    ""
  3489.   item_perclick_drink_schenke        "1"
  3490.   item_price_buying_drink_schenke    "20"
  3491.   item_price_selling_drink_schenke    "10"
  3492.   item_foodscript_drink_schenke        "globals.state_food += 50; globals.state_sleep -= 450;"
  3493.  
  3494.   item_name_drink_tihaya        "Tihaya"
  3495.   item_type_drink_tihaya        "food"
  3496.   item_examine_drink_tihaya        "Tihaya means 'upside-down'.  An appropriate name"
  3497.                         "for a strong Marokan drink consisting of rice wine"
  3498.                         "and some citrus fruit juice."
  3499.   item_readlevel_drink_tihaya        "0"
  3500.   item_readexamine_drink_tihaya        ""
  3501.   item_perclick_drink_tihaya        "1"
  3502.   item_price_buying_drink_tihaya    "3"
  3503.   item_price_selling_drink_tihaya    "1"
  3504.   item_foodscript_drink_tihaya        "globals.state_food +=50; globals.state_sleep -= 500;"
  3505.  
  3506.   item_name_drink_bianca        "Bianca"
  3507.   item_type_drink_bianca        "food"
  3508.   item_examine_drink_bianca        "The ladies' drink from the Kingdom of Senastille,"
  3509.                     "it is sweet yet strong."
  3510.   item_readlevel_drink_bianca        "0"
  3511.   item_readexamine_drink_bianca        ""
  3512.   item_perclick_drink_bianca        "1"
  3513.   item_price_buying_drink_bianca    "12"
  3514.   item_price_selling_drink_bianca    "6"
  3515.   item_foodscript_drink_bianca        "globals.state_food +=50; globals.state_sleep -= 350;"
  3516.  
  3517.   item_name_drink_black_cat        "Black Cat"
  3518.   item_type_drink_black_cat        "food"
  3519.   item_examine_drink_black_cat        "As supple as a cat, it sneaks up on you then"
  3520.                     "hits you from behind. Don't be fooled."
  3521.   item_readlevel_drink_black_cat    "0"
  3522.   item_readexamine_drink_black_cat    ""
  3523.   item_perclick_drink_black_cat        "1"
  3524.   item_price_buying_drink_black_cat    "18"
  3525.   item_price_selling_drink_black_cat    "9"
  3526.   item_foodscript_drink_black_cat    "globals.state_food += 50; globals.state_sleep -= 400;"
  3527.  
  3528.   item_name_drink_merchant_blend        "Merchant's Blend"
  3529.   item_type_drink_merchant_blend        "food"
  3530.   item_examine_drink_merchant_blend        "A simple concoction of alcohol and chaser."
  3531.                         "It is the cheapest drink around."
  3532.   item_readlevel_drink_merchant_blend        "0"
  3533.   item_readexamine_drink_merchant_blend        ""
  3534.   item_perclick_drink_merchant_blend        "1"
  3535.   item_price_buying_drink_merchant_blend        "7"
  3536.   item_price_selling_drink_merchant_blend        "3"
  3537.   item_foodscript_drink_merchant_blend        "globals.state_food += 50; globals.state_sleep -= 100;"
  3538.  
  3539.   item_name_drink_sauban            "Sauban"
  3540.   item_type_drink_sauban            "food"
  3541.   item_examine_drink_sauban            "Imported from the Anaphratic East, the Sauban"
  3542.                         "is heavy on the stomach and painful to the"
  3543.                         "chest."
  3544.   item_readlevel_drink_sauban            "0"
  3545.   item_readexamine_drink_sauban            ""
  3546.   item_perclick_drink_sauban            "1"
  3547.   item_price_buying_drink_sauban        "15"
  3548.   item_price_selling_drink_sauban        "7"
  3549.   item_foodscript_drink_sauban        "globals.state_food += 50; globals.state_sleep -= 300;"
  3550.  
  3551.  
  3552.  
  3553.   item_name_pearls            "Pearls"
  3554.   item_examine_pearls            "A string of pearls."
  3555.   item_readlevel_pearls            "0"
  3556.   item_readexamine_pearls        ""
  3557.   item_perclick_pearls            "1"
  3558.   item_price_buying_pearls        "65"
  3559.   item_price_selling_pearls        "32"
  3560.  
  3561.   item_name_blue_lady2            "Purple Blue Lady"
  3562.   item_examine_blue_lady2        "It's a bottle of the infamous Blue Lady,"
  3563.                     "now an amazing shade of purple."
  3564.   item_readlevel_blue_lady2        "0"
  3565.   item_readexamine_blue_lady2        ""
  3566.   item_perclick_blue_lady2        "1"
  3567.   item_price_buying_blue_lady2        "30"
  3568.   item_price_selling_blue_lady2        "15"
  3569.   item_acquirescript_blue_lady2     "ScoreUp(3);"            
  3570.  
  3571.   item_name_PurpleP            "Purple P"
  3572.   item_type_PurpleP            "food"
  3573.   item_examine_PurpleP            "Strangely enough, this tastes just like"
  3574.                     "the Blue Lady..."
  3575.   item_readlevel_PurpleP        "0"
  3576.   item_readexamine_PurpleP        ""
  3577.   item_perclick_PurpleP            "1"
  3578.   item_price_buying_PurpleP        "35"
  3579.   item_price_selling_PurpleP        "17"
  3580.   item_foodscript_PurpleP        "globals.state_food += 50; globals.state_sleep -= 850;"
  3581.  
  3582.   item_name_kalo                "Kalo"
  3583.   item_examine_kalo            "Basic headgear for the frugal Marokan"
  3584.                         "warrior."
  3585.   item_readlevel_kalo            "0"
  3586.   item_readexamine_kalo            ""
  3587.   item_type_kalo                "armor_helm"
  3588.   item_armor_type_kalo            "helm1"
  3589.   item_armor_defense_kalo        "1"
  3590.   item_armor_damage_kalo        "0"
  3591.   item_perclick_kalo            "1"
  3592.   item_price_buying_kalo        "50"
  3593.   item_price_selling_kalo        "25"
  3594.  
  3595.   item_name_hibiscus            "Hibiscus"
  3596.   item_examine_hibiscus            "This flower's gaudily vivid petals and downy," 
  3597.                     "golden stamen compete for attention."
  3598.   item_readlevel_hibiscus        "0"
  3599.   item_readexamine_hibiscus        ""
  3600.   item_perclick_hibiscus        "1"
  3601.   item_price_buying_hibiscus        "3"
  3602.   item_price_selling_hibiscus        "1"
  3603.  
  3604.   item_name_orchid            "Orchid"
  3605.   item_examine_orchid            "Hypnotic in its untamed beauty."
  3606.   item_readlevel_orchid            "0"
  3607.   item_readexamine_orchid        ""
  3608.   item_perclick_orchid            "1"
  3609.   item_price_buying_orchid        "8"
  3610.   item_price_selling_orchid        "2"
  3611.  
  3612.   item_name_frangipani            "Frangipani"
  3613.   item_examine_frangipani        "This simple-looking blossom is betrayed" 
  3614.                     "by its rich, heady perfume."
  3615.   item_readlevel_frangipani        "0"
  3616.   item_readexamine_frangipani        ""
  3617.   item_perclick_frangipani        "1"
  3618.   item_price_buying_frangipani        "4"
  3619.   item_price_selling_frangipani        "2"
  3620.  
  3621.   item_name_terno            "Terno"
  3622.   item_examine_terno            "A delicate blouse woven from translucent" 
  3623.                     "pineapple fibers."
  3624.   item_readlevel_terno            "0"
  3625.   item_readexamine_terno        ""
  3626.   item_perclick_terno            "1"
  3627.   item_price_buying_terno        "14"
  3628.   item_price_selling_terno        "9"
  3629.  
  3630.   item_name_embroidered_terno        "Embroidered Terno"
  3631.   item_examine_embroidered_terno    "A terno embellished with elaborate embroidery."
  3632.   item_readlevel_embroidered_terno    "0"
  3633.   item_readexamine_embroidered_terno    ""
  3634.   item_perclick_embroidered_terno    "1"
  3635.   item_price_buying_embroidered_terno    "20"
  3636.   item_price_selling_embroidered_terno    "13"
  3637.  
  3638.   item_name_woven_garments        "Woven Garments"
  3639.   item_examine_woven_garments        "Rich woven garments, handmade by Landaka of"
  3640.                     "Annunciola."
  3641.   item_readlevel_woven_garments        "0"
  3642.   item_readexamine_woven_garments    ""
  3643.   item_perclick_woven_garments        "1"
  3644.   item_price_buying_woven_garments    "2"
  3645.   item_price_selling_woven_garments    "1"
  3646.  
  3647.   item_name_woven_rugs            "Woven Rugs"
  3648.   item_examine_woven_rugs        "Colorful woven rugs, handmade by Landaka of"
  3649.                     "Annunciola."
  3650.   item_readlevel_woven_rugs        "0"
  3651.   item_readexamine_woven_rugs        ""
  3652.   item_perclick_woven_rugs        "1"
  3653.   item_price_buying_woven_rugs        "4"
  3654.   item_price_selling_woven_rugs        "1"
  3655.  
  3656.   item_name_food_friedrice        "Fried Rice in Leaves"
  3657.   item_type_food_friedrice        "food"
  3658.   item_examine_food_friedrice        "Fried rice actually starts out as"
  3659.                     "regular steamed rice. Lightly cooked with"
  3660.                      "oil, scrambled eggs, peas, carrots and either"
  3661.                     "fish, chicken, or beef tidbits, it beats"
  3662.                     "eating plain bread anyday.  It usually comes"
  3663.                     "with specially folded banana leaf packets." 
  3664.                     "Sustains a person for 10 hours."
  3665.                     "Adds 2 Health points."
  3666.   item_readlevel_food_friedrice        "0"
  3667.   item_readexamine_food_friedrice    ""
  3668.   item_perclick_food_friedrice        "1"
  3669.   item_price_buying_food_friedrice    "4"
  3670.   item_price_selling_food_friedrice    "1"
  3671.   item_num_combine_food_friedrice    "1"
  3672.   item_combine_name0_food_friedrice    "poison_powder"
  3673.   item_combine_return0_food_friedrice    "food_friedrice_spiked"
  3674.   item_combine_take0_food_friedrice    "1"            
  3675.   item_foodscript_food_friedrice    "Eat(1200); Heal(2);"
  3676.  
  3677.   item_name_food_friedrice_spiked        "Spiked Fried Rice"
  3678.   item_type_food_friedrice_spiked        "food"
  3679.   item_examine_food_friedrice_spiked        "Looks can be deceiving. This dish can be"
  3680.                     "used to make a person fall asleep."
  3681.   item_readlevel_food_friedrice_spiked        "0"
  3682.   item_readexamine_food_friedrice_spiked    ""
  3683.   item_perclick_food_friedrice_spiked        "1"
  3684.   item_price_buying_food_friedrice_spiked    "4"
  3685.   item_price_selling_food_friedrice_spiked    "1"
  3686.   item_foodscript_food_friedrice_spiked        "globals.state_sleep = 5;"
  3687.   item_acquirescript_food_friedrice_spiked    "
  3688. ScoreUp(3);
  3689. if (globals.quest_liberate > 8 && globals.quest_liberate < 98) 
  3690. {
  3691.     if (CheckEntry(727)) RemapEntry (727,731);
  3692.     if (CheckEntry(728)) RemapEntry(728,731);
  3693.     if (CheckEntry(729)) RemapEntry(729,731);
  3694.     if (CheckEntry(730)) RemapEntry(730,731);
  3695.     globals.quest_liberate = 20;
  3696. }"
  3697.  
  3698.   item_name_food_bananaQ        "Bananacue"
  3699.   item_type_food_bananaQ        "food"
  3700.   item_examine_food_bananaQ        "Fried banana on a stick."
  3701.                         "Sustains a person for 12 hours."
  3702.   item_readlevel_food_bananaQ        "0"
  3703.   item_readexamine_food_bananaQ        ""
  3704.   item_perclick_food_bananaQ        "1"
  3705.   item_price_buying_food_bananaQ    "8"
  3706.   item_price_selling_food_bananaQ    "4"
  3707.   item_foodscript_food_bananaQ        "Eat(720);"
  3708.  
  3709.  
  3710.   item_name_food_bibingka        "Bibingka"
  3711.   item_type_food_bibingka        "food"
  3712.   item_examine_food_bibingka        "The Marokan rice cake, with cheese and salted"
  3713.                         "duck egg on top."
  3714.                         "Sustains a person for 12 hours."
  3715.   item_readlevel_food_bibingka        "0"
  3716.   item_readexamine_food_bibingka    ""
  3717.   item_perclick_food_bibingka        "1"
  3718.   item_price_buying_food_bibingka    "3"
  3719.   item_price_selling_food_bibingka    "1"
  3720.   item_foodscript_food_bibingka        "Eat(720);"
  3721.  
  3722.   item_name_food_daing            "Dried Salted Fish"
  3723.   item_type_food_daing            "food"
  3724.   item_examine_food_daing        "Called 'daing' in Marokan, it is a dried salty"
  3725.                         "fish, inexpensive and very tasty."
  3726.                         "Sustains a person for 8 hours."
  3727.   item_readlevel_food_daing        "0"
  3728.   item_readexamine_food_daing        ""
  3729.   item_perclick_food_daing        "1"
  3730.   item_price_buying_food_daing        "2"
  3731.   item_price_selling_food_daing        "1"
  3732.   item_foodscript_food_daing        "Eat(500);"
  3733.  
  3734.  
  3735.   item_name_food_fishsteak        "Fish Steak"
  3736.   item_type_food_fishsteak        "food"
  3737.   item_examine_food_fishsteak        "Cooked fish meat, smoked to perfection."
  3738.                         "Sustains a person for 16 hours."
  3739.   item_readlevel_food_fishsteak        "0"
  3740.   item_readexamine_food_fishsteak    ""
  3741.   item_perclick_food_fishsteak        "1"
  3742.   item_price_buying_food_fishsteak    "5"
  3743.   item_price_selling_food_fishsteak    "10"
  3744.   item_foodscript_food_fishsteak    "Eat(1000);"
  3745.  
  3746.  
  3747.   item_name_food_kutsinta        "Cuchinta"
  3748.   item_type_food_kutsinta        "food"
  3749.   item_examine_food_kutsinta        "A small sticky rice cake. It is dense"
  3750.                         "and a little sweet."
  3751.                         "Sustains a person for 8 hours."
  3752.   item_readlevel_food_kutsinta        "0"
  3753.   item_readexamine_food_kutsinta    ""
  3754.   item_perclick_food_kutsinta        "1"
  3755.   item_price_buying_food_kutsinta    "4"
  3756.   item_price_selling_food_kutsinta    "2"
  3757.   item_foodscript_food_kutsinta        "Eat(500);"
  3758.  
  3759.   item_name_food_puto            "Puto"
  3760.   item_type_food_puto            "food"
  3761.   item_examine_food_puto        "A small airy steamed rice cake."
  3762.                         "Sustains a person for 8 hours."
  3763.   item_readlevel_food_puto        "0"
  3764.   item_readexamine_food_puto        ""
  3765.   item_perclick_food_puto        "1"
  3766.   item_price_buying_food_puto        "4"
  3767.   item_price_selling_food_puto        "2"
  3768.   item_foodscript_food_puto        "Eat(500);"
  3769.  
  3770.   item_name_food_noodles        "Noodles in Shell"
  3771.   item_type_food_noodles        "food"
  3772.   item_examine_food_noodles        "Kongsun noodles are usually stir fried"
  3773.                     "lightly in oil and mixed with carrots and"
  3774.                     "cabbage strips or added with meat tidbits."
  3775.                     "It's greasy but filling. The coconut shell"
  3776.                     "is an exotic replacement for the usual food"
  3777.                     "bowl."
  3778.                         "Sustains a person for 15 hours."
  3779.  
  3780.   item_readlevel_food_noodles        "0"
  3781.   item_readexamine_food_noodles        ""
  3782.   item_perclick_food_noodles        "1"
  3783.   item_price_buying_food_noodles    "4"
  3784.   item_price_selling_food_noodles    "1"
  3785.   item_type_food_noodles        "food"
  3786.   item_foodscript_food_noodles        "Eat(900);"
  3787.  
  3788.   item_name_marokas_tears        "Maroka's Tears"
  3789.   item_examine_marokas_tears        "Water that comes from sacred springs dedicated"
  3790.                         "to Maroka by the Elders.  Maroka's tears is a"
  3791.                         "valuable healing liquid. When imbibed," 
  3792.                         "it restores 15 points of lost health."
  3793.   item_readlevel_marokas_tears    "0"
  3794.   item_readexamine_marokas_tears    ""
  3795.   item_perclick_marokas_tears        "1"
  3796.   item_price_buying_marokas_tears    "15"
  3797.   item_price_selling_marokas_tears    "10"
  3798.   item_type_marokas_tears        "food"
  3799.   item_foodscript_marokas_tears        "Heal(15);"
  3800.  
  3801.   item_name_key_villacredoinn            "Villacredo Inn Key"
  3802.   item_examine_key_villacredoinn        "A plain iron key, for your room at the"
  3803.                                                 "Villacredo Inn. The innkeeper provides"
  3804.                         "one key per visitor per night."
  3805.   item_readlevel_key_villacredoinn        "0"
  3806.   item_readexamine_key_villacredoinn    ""
  3807.   item_perclick_key_villacredoinn        "1"
  3808.   item_price_buying_key_villacredoinn    "0"
  3809.   item_price_selling_key_villacredoinn    "0"
  3810.   item_acquirescript_key_villacredoinn    ""
  3811.  
  3812.  
  3813.   item_name_key_bronze            "Bronze Key"
  3814.   item_examine_key_bronze        "A bronze key. It looks like it can fit"
  3815.                     "inside the locks for the prison cells."
  3816.   item_readlevel_key_bronze        "0"
  3817.   item_readexamine_key_bronze        ""
  3818.   item_perclick_key_bronze        "1"
  3819.   item_price_buying_key_bronze        "0"
  3820.   item_price_selling_key_bronze        "0"
  3821.   item_acquirescript_key_bronze        "ScoreUp(2);"
  3822.  
  3823.   item_name_key_bastio            "Bastio's Key"
  3824.   item_examine_key_bastio        "A plain bronze key. Bastio mentioned that it"
  3825.                     "might open one of the chests at his mansion."
  3826.   item_readlevel_key_bastio        "0"
  3827.   item_readexamine_key_bastio        ""
  3828.   item_perclick_key_bastio        "1"
  3829.   item_price_buying_key_bastio        "0"
  3830.   item_price_selling_key_bastio        "0"
  3831.   item_acquirescript_key_bastio        " "
  3832.  
  3833.   item_name_bastio_ring            "Bastio's Ring"
  3834.   item_examine_bastio_ring        "The Governor-General's ring, bearing the"
  3835.                     "official seal of the King. He uses this"
  3836.                     "to mark his correspondence."
  3837.   item_readlevel_bastio_ring        "0"
  3838.   item_readexamine_bastio_ring    ""
  3839.   item_perclick_bastio_ring        "1"
  3840.   item_price_buying_bastio_ring    "0"
  3841.   item_price_selling_bastio_ring    "0"
  3842.   item_acquirescript_bastio_ring    ""
  3843.  
  3844.   item_name_bastio_ringwax        "Seal with Wax"
  3845.   item_examine_bastio_ringwax        "The Governor-General's ring, now covered with"
  3846.                     "candle wax. Can be used to seal letters."
  3847.   item_readlevel_bastio_ringwax        "0"
  3848.   item_readexamine_bastio_ringwax    ""
  3849.   item_perclick_bastio_ringwax        "1"
  3850.   item_price_buying_bastio_ringwax    "0"
  3851.   item_price_selling_bastio_ringwax    "0"
  3852.   item_acquirescript_bastio_ringwax    "ScoreUp(1);"
  3853.   item_num_combine_bastio_ringwax    "1"
  3854.   item_combine_name0_bastio_ringwax    "letter_forged_unsealed"
  3855.   item_combine_return0_bastio_ringwax    "letter_forged"
  3856.   item_combine_take0_bastio_ringwax    "1"
  3857.  
  3858.   item_name_key_muwa            "Muwa's Key"
  3859.   item_examine_key_muwa            "A key gotten from the corpse of a"
  3860.                         "fallen Rock Muwa."
  3861.   item_readlevel_key_muwa        "0"
  3862.   item_readexamine_key_muwa    ""
  3863.   item_perclick_key_muwa        "1"
  3864.   item_price_buying_key_muwa    "0"
  3865.   item_price_selling_key_muwa    "0"
  3866.   item_acquirescript_key_muwa    "ScoreUp(1);"
  3867.  
  3868.   item_name_key_ortanezinn        "Orta±ez Inn Key"
  3869.   item_examine_key_ortanezinn        "A plain iron key, for your room at"
  3870.                                             "the Orta±ez Inn. The innkeeper"
  3871.                                             "gives a key per visitor per night."
  3872.   item_readlevel_key_ortanezinn        "0"
  3873.   item_readexamine_key_ortanezinn    ""
  3874.   item_perclick_key_ortanezinn        "1"
  3875.   item_price_buying_key_ortanezinn    "0"
  3876.   item_price_selling_key_ortanezinn    "0"
  3877.   item_acquirescript_key_ortanezinn    ""
  3878.  
  3879.   item_name_key_damhouse        "Damhouse Key"
  3880.   item_examine_key_damhouse        "The key to the Lanuevo damhouse. Kadawan"
  3881.                     "lent this to me so I could repair the"
  3882.                     "dam while he's gone."
  3883.   item_perclick_key_damhouse        "1"
  3884.   item_acquirescript_key_damhouse    ""
  3885.  
  3886.   item_name_iron_hammer            "Iron Hammer"
  3887.   item_examine_iron_hammer        "A useful tool for pounding, smashing, all-"
  3888.                     "around hammering."
  3889.   item_readlevel_iron_hammer    "0"
  3890.   item_readexamine_iron_hammer    ""
  3891.   item_perclick_iron_hammer        "1"
  3892.   item_price_buying_iron_hammer        "10"
  3893.   item_price_selling_iron_hammer    "5"
  3894.  
  3895.   item_name_map_rebel            "Rebel Map"
  3896.   item_examine_map_rebel        "A crudely drawn map, from the body of a"
  3897.                     "rebel warrior. What is this for?"
  3898.   item_readlevel_map_rebel        "0"
  3899.   item_readexamine_map_rebel        ""
  3900.   item_perclick_map_rebel        "1"
  3901.   item_price_buying_map_rebel        "12"
  3902.   item_price_selling_map_rebel        "8"
  3903.   item_acquirescript_map_rebel        "ScoreUp(3);"
  3904.  
  3905.   item_name_wad_of_silk            "Wad of Silk"
  3906.   item_examine_wad_of_silk        "A handful of silk taken from the body"
  3907.                     "of a toklau creature."
  3908.   item_readlevel_wad_of_silk        "0"
  3909.   item_readexamine_wad_of_silk        ""
  3910.   item_perclick_wad_of_silk        "1"
  3911.   item_price_buying_wad_of_silk        "0"
  3912.   item_price_selling_wad_of_silk    "0"
  3913.   item_acquirescript_wad_of_silk    "ScoreUp(1);"
  3914.  
  3915.   item_name_copper_kettle        "Copper Kettle"
  3916.   item_examine_copper_kettle        "A copper kettle used for boiling liquids."
  3917.   item_readlevel_copper_kettle        "0"
  3918.   item_readexamine_copper_kettle    ""
  3919.   item_perclick_copper_kettle        "1"
  3920.   item_price_buying_copper_kettle    "12"
  3921.   item_price_selling_copper_kettle    "8"
  3922.  
  3923.  
  3924.   item_name_map_merchants        "Merchant's Map"
  3925.   item_examine_map_merchants        "A map with routes from Lanuevo to Villacredo."
  3926.                     "You need this to travel from one place to"
  3927.                     "the other."
  3928.   item_readlevel_map_merchants        "0"
  3929.   item_readexamine_map_merchants        ""
  3930.   item_perclick_map_merchants        "1"
  3931.   item_price_buying_map_merchants    "12"
  3932.   item_price_selling_map_merchants    "8"
  3933.  
  3934.   item_name_sheaf_of_documents        "Sheaf of Documents"
  3935.   item_examine_sheaf_of_documents    "They're old texts that Maktan is studying,"
  3936.                     "in a language you can't understand."
  3937.   item_readlevel_sheaf_of_documents    "0"
  3938.   item_readexamine_sheaf_of_documents    " "
  3939.   item_perclick_sheaf_of_documents    "1"
  3940.   item_price_buying_sheaf_of_documents    "2"
  3941.   item_price_selling_sheaf_of_documents    ""
  3942.   item_acquirescript_sheaf_of_documents "ScoreUp(1);"            
  3943.  
  3944.   item_name_lumnay_documents            "Land Titles and Deed"
  3945.   item_examine_lumnay_documents        "A bundle of documents that pertain to"
  3946.                     "a house and farm.  The name Lumnay"
  3947.                     "figures prominently in the papers."
  3948.   item_readlevel_lumnay_documents        "0"
  3949.   item_readexamine_lumnay_documents    " "
  3950.   item_perclick_lumnay_documents        "1"
  3951.   item_price_buying_lumnay_documents    "2"
  3952.   item_price_selling_lumnay_documents    "1"
  3953.   item_acquirescript_lumnay_documents     "RemapEntry(90,91); ScoreUp(1);"
  3954.  
  3955.  
  3956.   item_name_senastille_letter        "Senastille Letter"
  3957.   item_examine_senastille_letter    "A Senastille letter! What was it doing in"
  3958.                     "the Kongsun teacher's desk? Hmm..."
  3959.   item_readlevel_senastille_letter    "0"
  3960.   item_readexamine_senastille_letter    " "
  3961.   item_perclick_senastille_letter    "1"
  3962.   item_price_buying_senastille_letter    "2"
  3963.   item_price_selling_senastille_letter    "1"
  3964.  
  3965.   item_name_letter_forged_unsealed        "Unsealed Letter"
  3966.   item_examine_letter_forged_unsealed        "A letter you wrote to convince Commander"
  3967.                         "del Valle of Bastio's hidden motives. But"
  3968.                         "it doesn't look nearly as convincing as it"
  3969.                         "should, without Bastio's official wax seal."
  3970.                         "It reads:"
  3971.                         " "
  3972.                         "The contingent you sent was weak, and was"
  3973.                         "ambushed and easily defeated by a minor"
  3974.                         "rebel attack this morning. If all your"
  3975.                         "troops are as poorly trained, Ruel, then I"
  3976.                         "do not believe you should head my troops"
  3977.                         "any longer. I will appoint Commander Vargas"
  3978.                         "as my second-in-command in all Maroka." 
  3979.   item_readlevel_letter_forged_unsealed        "1"
  3980.   item_readexamine_letter_forged_unsealed    " "
  3981.   item_perclick_letter_forged_unsealed        "1"
  3982.   item_price_buying_letter_forged_unsealed    "1"
  3983.   item_price_selling_letter_forged_unsealed    "1"
  3984.   item_acquirescript_letter_forged_unsealed    "engine.game.startcutscene = 'ch3/lanuevo/Maya_Mansion_PrivateRoom_4';"
  3985.   item_num_combine_letter_forged_unsealed    "1"
  3986.   item_combine_name0_letter_forged_unsealed    "bastio_ringwax"
  3987.   item_combine_return0_letter_forged_unsealed    "letter_forged"
  3988.   item_combine_take0_letter_forged_unsealed    "0"
  3989.  
  3990.  
  3991.  
  3992.   item_name_letter_forged        "Letter for Orta±ez"
  3993.   item_examine_letter_forged        "A letter from the Governor-General Bastio"
  3994.                     "to Commander del Valle. Supposedly."
  3995.   item_readlevel_letter_forged    "0"
  3996.   item_readexamine_letter_forged    " "
  3997.   item_perclick_letter_forged    "1"
  3998.   item_price_buying_letter_forged    "1"
  3999.   item_price_selling_letter_forged    "1"
  4000.   item_acquirescript_letter_forged    "engine.game.startcutscene = 'ch3/lanuevo/Maya_Mansion_PrivateRoom_5';"
  4001.  
  4002.  
  4003.  
  4004.   item_name_boar_meat            "Wild Boar's Meat"
  4005.   item_examine_boar_meat        "Wild boar's meat is slightly tastier than"
  4006.                     "ordinary pig's meat.  It is because of its"
  4007.                     "omnivorous diet and fierce nature that"  
  4008.                     "most Marokans consider wild boar as the food"
  4009.                     "of true warriors."
  4010.   item_perclick_boar_meat        "1"
  4011.   item_price_buying_boar_meat    "0"
  4012.   item_price_selling_boar_meat    "0"
  4013.   item_acquirescript_boar_meat         "ScoreUp(1);"
  4014.  
  4015.   item_name_lantern            "Lantern"
  4016.   item_examine_lantern            "This lantern was given to me by Kirog. It"
  4017.                     "appears to be a reliable source of light"
  4018.                     "for dark, damp, and windy places."
  4019.   item_perclick_lantern            "1"
  4020.   item_price_buying_lantern    "0"
  4021.   item_price_selling_lantern    "0"
  4022.  
  4023.   item_name_abacca_paper        "Abacca Paper"
  4024.   item_examine_abacca_paper        "Local handmade Marokan paper."
  4025.   item_perclick_abacca_paper        "1"
  4026.   item_price_buying_abacca_paper    "0"
  4027.   item_price_selling_abacca_paper    "0"
  4028.   item_acquirescript_abacca_paper     ""
  4029.  
  4030.   item_name_permit        "Permit"
  4031.   item_examine_permit        "It is a written permit issued by the Senastille"
  4032.                 "authorities.  You can carry weapons inside Fort"
  4033.                 "Orta±ez when this is with you."
  4034.   item_perclick_permit        "1"
  4035.   item_price_buying_permit    "0"
  4036.   item_price_selling_permit    "0"
  4037.   item_acquirescript_permit     ""
  4038.  
  4039.   item_name_adhesive        "Adhesive"
  4040.   item_examine_adhesive        "Sticky!"
  4041.   item_perclick_adhesive        "1"
  4042.   item_price_buying_adhesive    "1"
  4043.   item_price_selling_adhesive    "0"
  4044.   item_acquirescript_adhesive     ""
  4045.  
  4046.   item_name_ancient_scroll        "Ancient Scroll"
  4047.   item_examine_ancient_scroll        "An old scroll, carefully preserved."
  4048.   item_perclick_ancient_scroll        "1"
  4049.   item_price_buying_ancient_scroll    ""
  4050.   item_price_selling_ancient_scroll    ""
  4051.   item_acquirescript_ancient_scroll     ""
  4052.  
  4053.   item_name_agiw_pendant        "Agiw's Pendant"
  4054.   item_examine_agiw_pendant        "An elaborately-carved wooden pendant that"
  4055.                     "Agiw kept from his childhood."
  4056.   item_perclick_agiw_pendant        "1"
  4057.   item_price_buying_agiw_pendant    ""
  4058.   item_price_selling_agiw_pendant    ""
  4059.   item_acquirescript_agiw_pendant     ""
  4060.  
  4061.   item_name_book_grey            "Old Thin Book"
  4062.   item_examine_book_grey        "An old grey book. The pages are turning yellow."
  4063.   item_perclick_book_grey        "1"
  4064.   item_price_buying_book_grey        ""
  4065.   item_price_selling_book_grey        ""
  4066.   item_acquirescript_book_grey         ""
  4067.  
  4068.   item_name_book_thick            "Old Thick Book"
  4069.   item_examine_book_thick        "A thick handbound book."
  4070.   item_perclick_book_thick        "1"
  4071.   item_price_buying_book_thick        ""
  4072.   item_price_selling_book_thick        ""
  4073.   item_acquirescript_book_thick         ""
  4074.  
  4075.   item_name_book_x            "Old Book"
  4076.   item_examine_book_x            "An aged book."
  4077.   item_perclick_book_x            "1"
  4078.   item_price_buying_book_x        ""
  4079.   item_price_selling_book_x        ""
  4080.   item_acquirescript_book_x         ""
  4081.  
  4082.   item_name_chinese_paper        "Kongsun Paper"
  4083.   item_examine_chinese_paper        "Authentic Kongsun paper."
  4084.   item_perclick_chinese_paper        "1"
  4085.   item_price_buying_chinese_paper    ""
  4086.   item_price_selling_chinese_paper    ""
  4087.   item_acquirescript_chinese_paper     ""
  4088.  
  4089.   item_name_cleansing_fluid        "Cleansing Fluid"
  4090.   item_examine_cleansing_fluid    "Cleansing fluid removes poison from any system."
  4091.                         "It has a bitter but surprisingly refreshing taste,"
  4092.                         "judging from the herbs and various substances that"
  4093.                         "were used in its concoction."
  4094.   item_perclick_cleansing_fluid        "1"
  4095.   item_price_buying_cleansing_fluid        "12"
  4096.   item_price_selling_cleansing_fluid    "6"
  4097.   item_type_cleansing_fluid            "food"
  4098.   item_foodscript_cleansing_fluid        "globals.state_poison = 0; globals.state_curse = 0; RecomputeStats();"
  4099.   item_acquirescript_cleansing_fluid      "ScoreUp(1);"
  4100.  
  4101.   item_name_poison            "Poison"
  4102.   item_examine_poison            "Poison removed from the plant that"
  4103.                     "caused the sickness in Annunciola."
  4104.   item_perclick_poison            "1"
  4105.   item_price_buying_poison        ""
  4106.   item_price_selling_poison        "50"
  4107.   item_acquirescript_poison            "engine.game.startcutscene = 'ch2/tanazan/Ambo2_Tanazan_Vine_1';"
  4108.  
  4109.   item_name_poison_powder        "Poisonous Powder"
  4110.   item_examine_poison_powder        "Residue of poison found in deadly"
  4111.                     "forest creatures."
  4112.   item_perclick_poison_powder        "1"
  4113.   item_price_buying_poison_powder    "6"
  4114.   item_price_selling_poison_powder    "3"
  4115.   item_num_combine_poison_powder    "1"
  4116.   item_combine_name0_poison_powder    "food_friedrice"
  4117.   item_combine_return0_poison_powder    "food_friedrice_spiked"
  4118.   item_combine_take0_poison_powder    "0"
  4119.   item_acquirescript_poison_powder    "ScoreUp(1); if (globals.quest_liberate == 9) {globals.quest_liberate = 10; if (CheckEntry(728)) RemapEntry(728,730); if (CheckEntry(729)) RemapEntry(729,730);}"
  4120.  
  4121. // MANA POTIONS
  4122.  
  4123.   item_name_crystal_ale        "Crystal Ale"
  4124.   item_type_crystal_ale        "food"
  4125.   item_examine_crystal_ale        "A special concoction that replenishes"
  4126.                     "chakra energy for all skills. Rare and" 
  4127.                     "very powerful."
  4128.   item_perclick_crystal_ale        "1"
  4129.   item_price_buying_crystal_ale        "150"
  4130.   item_price_selling_crystal_ale    "40"
  4131.   item_foodscript_crystal_ale            "Energize(8); globals.state_sleep += 300;"
  4132.  
  4133.   item_name_blood_of_maroka        "Blood of Maroka"
  4134.   item_type_blood_of_maroka        "food"
  4135.   item_examine_blood_of_maroka    "Made from red fruits and rare spices of"
  4136.                         "the highlands, the Blood of Maroka replenishes" 
  4137.                         "lost energy only for the Blood Chakra."
  4138.   item_perclick_blood_of_maroka        "1"
  4139.   item_price_buying_blood_of_maroka        "15"
  4140.   item_price_selling_blood_of_maroka    "8"
  4141.   item_foodscript_blood_of_maroka        "Energize('red', 10);"
  4142.   item_num_combine_blood_of_maroka        "2"
  4143.   item_combine_name0_blood_of_maroka    "touch_of_maroka"
  4144.   item_combine_return0_blood_of_maroka    "marokas_radiance"
  4145.   item_combine_take0_blood_of_maroka    "1"
  4146.   item_combine_name1_blood_of_maroka    "marokas_radiance"
  4147.   item_combine_return1_blood_of_maroka    "touch_of_maroka"
  4148.   item_combine_take1_blood_of_maroka    "1"  
  4149.  
  4150.   item_name_touch_of_maroka        "Touch of Maroka"
  4151.   item_type_touch_of_maroka        "food"
  4152.   item_examine_touch_of_maroka        "Although not necessarily limited to such"
  4153.                     "ingredients, this strange concoction"
  4154.                     "seems to consist of citrus fruit and vegetable" 
  4155.                     "oil. Sour to the taste, the Touch of Maroka"
  4156.                     "replenishes lost energy of the Touch Chakra."
  4157.   item_perclick_touch_of_maroka        "1"
  4158.   item_price_buying_touch_of_maroka        "18"
  4159.   item_price_selling_touch_of_maroka    "9"
  4160.   item_foodscript_touch_of_maroka        "Energize('orange', 10);"
  4161.   item_num_combine_touch_of_maroka        "3"
  4162.   item_combine_name0_touch_of_maroka    "blood_of_maroka"
  4163.   item_combine_return0_touch_of_maroka    "marokas_radiance"
  4164.   item_combine_take0_touch_of_maroka    "1"
  4165.   item_combine_name1_touch_of_maroka    "marokas_radiance"
  4166.   item_combine_return1_touch_of_maroka    "breath_of_maroka"
  4167.   item_combine_take1_touch_of_maroka    "1"
  4168.   item_combine_name2_touch_of_maroka    "breath_of_maroka"
  4169.   item_combine_return2_touch_of_maroka    "blood_of_maroka"
  4170.   item_combine_take2_touch_of_maroka    "1"
  4171.  
  4172.   item_name_marokas_radiance        "Maroka's Radiance"
  4173.   item_type_marokas_radiance        "food"
  4174.   item_examine_marokas_radiance        "Although not necessarily limited to these"
  4175.                     "ingredients, the mixture is made from pineapple" 
  4176.                     "blessed by the Harvest Sun offered to Maroka." 
  4177.                     " "
  4178.                     "It replenishes lost energy of the"
  4179.                     "Central Chakra."
  4180.   item_perclick_marokas_radiance    "1"
  4181.   item_price_buying_marokas_radiance    "21"
  4182.   item_price_selling_marokas_radiance    "10"
  4183.   item_foodscript_marokas_radiance        "Energize('yellow', 10);"
  4184.   item_num_combine_marokas_radiance        "3"
  4185.   item_combine_name0_marokas_radiance    "blood_of_maroka"
  4186.   item_combine_return0_marokas_radiance    "touch_of_maroka"
  4187.   item_combine_take0_marokas_radiance    "0"
  4188.   item_combine_name1_marokas_radiance    "touch_of_maroka"
  4189.   item_combine_return1_marokas_radiance    "breath_of_maroka"
  4190.   item_combine_take1_marokas_radiance    "1"
  4191.   item_combine_name2_marokas_radiance    "breath_of_maroka"
  4192.   item_combine_return2_marokas_radiance    "voice_of_maroka"
  4193.   item_combine_take2_marokas_radiance    "1"
  4194.  
  4195.   item_name_breath_of_maroka        "Breath of Maroka"
  4196.   item_type_breath_of_maroka        "food"
  4197.   item_examine_breath_of_maroka        "Although not necessarily limited to these,"
  4198.                     "this elixir's ingredients are likely to be"
  4199.                     "made of banaba, eucalyptus pandan and mint"
  4200.                     "leaves boiled in Maroka's tears."
  4201.                     " "
  4202.                     "A little minty to the taste, the Breath of"
  4203.                     "Maroka replenishes lost energy of the Life"
  4204.                     "Chakra."   
  4205.   item_perclick_breath_of_maroka        "1"
  4206.   item_price_buying_breath_of_maroka    "24"
  4207.   item_price_selling_breath_of_maroka    "12"
  4208.   item_foodscript_breath_of_maroka        "Energize('green', 10);"
  4209.   item_num_combine_breath_of_maroka        "3"
  4210.   item_combine_name0_breath_of_maroka    "touch_of_maroka"
  4211.   item_combine_return0_breath_of_maroka    "blood_of_maroka"
  4212.   item_combine_take0_breath_of_maroka    "1"
  4213.   item_combine_name1_breath_of_maroka    "marokas_radiance"
  4214.   item_combine_return1_breath_of_maroka"    "voice_of_maroka"
  4215.   item_combine_take1_breath_of_maroka    "1"
  4216.   item_combine_name2_breath_of_maroka    "voice_of_maroka"
  4217.   item_combine_return2_breath_of_maroka    "essence_of_maroka"
  4218.   item_combine_take2_breath_of_maroka    "1"
  4219.  
  4220.   item_name_voice_of_maroka        "Voice of Maroka"
  4221.   item_type_voice_of_maroka        "food"
  4222.   item_examine_voice_of_maroka        "This fine elixir's components are "
  4223.                     "indistinguishable.  Its clear blue liquid"
  4224.                     "wafts a strong, stimulating scent."
  4225.                     " "
  4226.                     "Called the Voice of Maroka, this potion"
  4227.                     "restores energy associated with the Wave"   
  4228.                     "Chakra."
  4229.   item_perclick_voice_of_maroka        "1"
  4230.   item_price_buying_voice_of_maroka        "27"
  4231.   item_price_selling_voice_of_maroka    "14"
  4232.   item_foodscript_voice_of_maroka        "Energize('blue', 10);"
  4233.   item_num_combine_voice_of_maroka        "1"
  4234.   item_combine_name0_voice_of_maroka    "breath_of_maroka"
  4235.   item_combine_return0_voice_of_maroka    "essence_of_maroka"
  4236.   item_combine_take0_voice_of_maroka    "1"
  4237.  
  4238.   item_name_essence_of_maroka        "Essence of Maroka"
  4239.   item_type_essence_of_maroka        "food"
  4240.   item_examine_essence_of_maroka    "This fine elixir's components are"
  4241.                     "indistinguishable.  Its white fluid reminds"
  4242.                     "you of coconut's milk. Its fresh fragrance"
  4243.                     "is somewhat intoxicating."
  4244.                     " "
  4245.                     "Dubbed 'The Essence of Maroka', this substance"
  4246.                     "is known to restore the white Divine Chakra"
  4247.                     "energy."   
  4248.   item_perclick_essence_of_maroka    "1"
  4249.   item_price_buying_essence_of_maroka    "50"
  4250.   item_price_selling_essence_of_maroka    "25"
  4251.   item_foodscript_essence_of_maroka    "Energize('white', 10);"
  4252.  
  4253. // NEW SKILL POTION
  4254.  
  4255.   item_name_potion_of_mind_focus    "Potion of Mind Focus"
  4256.   item_type_potion_of_mind_focus    "food"
  4257.   item_examine_potion_of_mind_focus    "During the Anito wars, the Sages of Marokan"
  4258.                     "tribes created these potions to augment the"
  4259.                     "strength of the fighting warriors. It gives"
  4260.                     "a warrior incredible accuracy in both melee"
  4261.                     "and ranged fighting."
  4262.                     " "
  4263.                     "It smells rancid but the potion's smell stays"
  4264.                     "ingrained in the sinus. A certain clarity"
  4265.                     "intertwines with your senses." 
  4266.                     " "
  4267.                     "This potion, when drunk entirely, is believed" 
  4268.                     "to have the power to grant the Focus skill to"
  4269.                     "the one who drinks it."
  4270.  
  4271.   item_foodscript_potion_of_mind_focus    "NewSkill('green',2);"
  4272.   item_perclick_potion_of_mind_focus    "1"
  4273.   item_price_buying_potion_of_mind_focus    ""
  4274.   item_price_selling_potion_of_mind_focus    ""
  4275.   
  4276.  
  4277.   item_name_healers_brew    "Healer's Brew"
  4278.   item_type_healers_brew    "food"
  4279.   item_examine_healers_brew    "During the Time of the Wandering Hunter"
  4280.                     "the Mangatiwala Shamans of Duyan"
  4281.                     "created this brew for villages that"
  4282.                     "had no healers.  It is a rare ceremonial"
  4283.                     "drink for those who wished to become the"
  4284.                     "healers of the tribe."
  4285.                     " "
  4286.                     "It smells of leaves and sweet spice."
  4287.                     "Images of the wide farming fields and" 
  4288.                     "sunlit summer showers flash in your" 
  4289.                     "mind's eye."
  4290.                     " "
  4291.                     "This potion, when drunk entirely, grants" 
  4292.                     "Heal skill that uses the Life chakra."
  4293.   item_foodscript_healers_brew    "NewSkill('green', 1);"
  4294.   item_perclick_healers_brew    "1"
  4295.   item_price_buying_healers_brew    ""
  4296.   item_price_selling_healers_brew    ""
  4297.  
  4298.   item_name_drink_of_the_prey    "Drink of the Prey"
  4299.   item_type_drink_of_the_prey    "food"
  4300.   item_examine_drink_of_the_prey    "The bottle is fashioned in the form of a"
  4301.                     "Kalmut - a Marokan rodent. The content of"
  4302.                     "these rare bottles is said to be a mixture"
  4303.                     "of pineapple juice and muwa's saliva. Sages"
  4304.                     "make this potion by extracting the paralyzing"
  4305.                     "substance from a muwa's glands and mixing it"
  4306.                     "with reagents that will enable the human"
  4307.                     "body to focus tremendous strength in a single"
  4308.                     "blow."
  4309.                     " "
  4310.   item_examine2_drink_of_the_prey    "This potion, when drunk entirely, is believed" 
  4311.                     "to have the power to grant the Stun skill to"
  4312.                     "the one who drinks it."
  4313.   item_perclick_drink_of_the_prey    "1"
  4314.   item_price_buying_drink_of_the_prey    ""
  4315.   item_price_selling_drink_of_the_prey    ""
  4316.   item_foodscript_drink_of_the_prey    "NewSkill('orange', 3);"
  4317.  
  4318.   item_name_aroakhan_vial    "Aroakhan Vial"
  4319.   item_type_aroakhan_vial    "food"
  4320.   item_examine_aroakhan_vial    "This dark vial was fashioned from some"
  4321.                     "kind of mythical creature called an"
  4322.                     "Aroakhan.  It is believed that the"
  4323.                     "gaze of the Aroakhan can strike great"
  4324.                     "fear in the heart of its enemies."
  4325.                     " "
  4326.                     "This potion, when drunk entirely, is believed" 
  4327.                     "to have the power to grant the Spook skill to"
  4328.                     "the one who drinks it."
  4329.   item_perclick_aroakhan_vial    "1"
  4330.   item_price_buying_aroakhan_vial    ""
  4331.   item_price_selling_aroakhan_vial    ""
  4332.   item_foodscript_aroakhan_vial    "NewSkill('orange', 0);"
  4333.  
  4334.   item_name_tonic_of_time_control    "Tonic of Time Control"
  4335.   item_type_tonic_of_time_control    "food"
  4336.   item_examine_tonic_of_time_control    "This earthen jar looks like an ordinary "
  4337.                     "Marokan vase.  Peering inside, however,"
  4338.                     "you notice that it contains a luminiscent," 
  4339.                     "viscous fluid."
  4340.                     " "
  4341.                     "One whiff of its scent temporarily leaves"
  4342.                     "you disoriented. You strangely feel that"
  4343.                     "an amount of time has passed by."
  4344.                     " "
  4345.                     "This potion, when drunk entirely, is believed" 
  4346.                     "to have the power to grant the Flash skill to"
  4347.                     "the one who drinks it."
  4348.   item_perclick_tonic_of_time_control    "1"
  4349.   item_price_buying_tonic_of_time_control    ""
  4350.   item_price_selling_tonic_of_time_control    ""
  4351.   item_foodscript_tonic_of_time_control    "NewSkill('white', 1);"
  4352.  
  4353.   item_name_reversal_potion        "Reversal Potion"
  4354.   item_type_reversal_potion        "food"
  4355.   item_examine_reversal_potion        "This potion amplifies the Wave Chakra"
  4356.                     "enabling its user to inflict similar damage"
  4357.                     "upon individuals who have the discernable"
  4358.                     "intent of causing you pain or harm, without"
  4359.                     "even laying a hand on them."
  4360.                     " "
  4361.                     "Simply drink all of it to achieve the"
  4362.                     "potion's full effect, after which this"
  4363.                     "skill of Reversal can be awakened."
  4364.   item_perclick_reversal_potion        "1"
  4365.   item_price_buying_reversal_potion    ""
  4366.   item_price_selling_reversal_potion    ""
  4367.   item_foodscript_reversal_potion    "NewSkill('blue', 1);"
  4368.  
  4369.   item_name_fluid_of_impedance        "Fluid of Impedance"
  4370.   item_type_fluid_of_impedance        "food"
  4371.   item_examine_fluid_of_impedance    "The contents of this marble flask smell like"
  4372.                     "vinegar sprinkled with herbs.  Regardless where"
  4373.                     "it came from, this stimulates the Central chakra"
  4374.                     "and enables an individual to release a certain"
  4375.                     "amount of energy to radically alter the regulation"
  4376.                     "of another's Central chakra, making the target move"
  4377.                     "slower then usual."
  4378.   item_perclick_fluid_of_impedance    "1"
  4379.   item_price_buying_fluid_of_impedance    ""
  4380.   item_price_selling_fluid_of_impedance    ""
  4381.   item_foodscript_fluid_of_impedance    "NewSkill('yellow', 1);"
  4382.  
  4383.   item_name_hunters_of_maroka        "Hunters of Maroka"
  4384.   item_examine_hunters_of_maroka    "...what happens when the hunter becomes the hunted?"
  4385.                     "The legendary hunters Kilos and Galaw used the"
  4386.                     "Wave Chakra to temporarily disable the hunting"
  4387.                     "ability of other vicious predators during that time"            
  4388.                     "resulting in opponent's blindness that helped them"
  4389.                     "leave the scene of the struggle...At the highest"
  4390.                     "level of this skill, they have succeeded in blinding"
  4391.                     "a ferocious Yalak..."
  4392.                     " "
  4393.                     "Strange symbols are sprawled across its pages."
  4394.   item_examinecutscene_hunters_of_maroka ""
  4395.   item_readcutscene_hunters_of_maroka    ""
  4396.   item_readscript_hunters_of_maroka    "read_hunters_of_maroka"
  4397.   item_readlevel_hunters_of_maroka    "0"
  4398.   item_readexamine_hunters_of_maroka    "The symbols turn out to be Alibata markings"
  4399.                     "that reveal the secrets of the Wave Chakra."
  4400.   item_perclick_hunters_of_maroka        "1"
  4401.   item_price_buying_hunters_of_maroka    "2"
  4402.   item_price_selling_hunters_of_maroka    ""
  4403.   item_acquirescript_hunters_of_maroka     "ScoreUp(1);"
  4404.  
  4405.   item_name_kongsun_treatise            "Kongsun Treatise"
  4406.   item_examine_kongsun_treatise        "It is written in Kongsun."
  4407.   item_examinecutscene_kongsun_treatise     ""
  4408.   item_readlevel_kongsun_treatise        "2"
  4409.   item_readscript_kongsun_treatise        "read_kongsun_treatise"
  4410.   item_readcutscene_kongsun_treatise     ""
  4411.   item_readexamine_kongsun_treatise        "It describes a special technique which can"
  4412.                             "enable an individual to develop a stronger"
  4413.                             "but lighter body."
  4414.   item_perclick_kongsun_treatise        "1"
  4415.   item_price_buying_kongsun_treatise    "2"
  4416.   item_price_selling_kongsun_treatise    ""
  4417.   item_acquirescript_kongsun_treatise     "ScoreUp(1);"
  4418.  
  4419. // SKILL-UP POTIONS (one per color)
  4420.  
  4421.   item_name_earthen_brew    "Earthen Brew"
  4422.   item_type_earthen_brew    "food"
  4423.   item_examine_earthen_brew    "This bamboo container holds a"
  4424.                     "certain kind of tea that enhances"
  4425.                     "an individual's basic life energy" 
  4426.                     "center - also known as the Brown Chakra."
  4427.   item_perclick_earthen_brew    "1"
  4428.   item_price_buying_earthen_brew    ""
  4429.   item_price_selling_earthen_brew    ""
  4430.   item_foodscript_earthen_brew    "SkillUp('brown', 1);"
  4431.  
  4432.   item_name_warriors_wine    "Warrior's Wine"
  4433.   item_type_warriors_wine    "food"
  4434.   item_examine_warriors_wine    "This vial is adorned with the tooth"
  4435.                 "of a giant Yalak.  The toothed terror"
  4436.                 "of the Marokan jungles, the Yalak is"
  4437.                 "is now almost extinct."
  4438.                 " "
  4439.                 "The liquid in the glass is a special"
  4440.                 "red wine from the rare bloodberries of"
  4441.                 "the Northern Sagrada plantations." 
  4442.                 " "
  4443.                 "Ancient warriors prized this rare"
  4444.                 "drink that greatly enhances martial"
  4445.                 "skills that use the Blood Chakra. It can"
  4446.                 "be used only once."
  4447.   item_perclick_warriors_wine    "1"
  4448.   item_price_buying_warriors_wine    ""
  4449.   item_price_selling_warriors_wine    ""
  4450.   item_foodscript_warriors_wine    "SkillUp('red', 1);"
  4451.  
  4452.   item_name_drink_of_the_soul    "Drink of the Soul"
  4453.   item_type_drink_of_the_soul    "food"
  4454.   item_examine_drink_of_the_soul    "The beauty of the vial reflects"
  4455.                 "the contents of the potion. It is"
  4456.                 "a very fragrant concoction since it is"
  4457.                 "made from the nectar of rare flowers."
  4458.                 " "
  4459.                 "The Elders used this during the Anito wars"
  4460.                 "to enhance their connection with the souls"
  4461.                 "of the Marokan people - to convince them"
  4462.                 "to turn away from tribal hate."
  4463.                 " "
  4464.                 "It will take the whole dose to impart"
  4465.                 "knowledge among skills that use the"
  4466.                 "Touch Chakra."
  4467.   item_foodscript_drink_of_the_soul    "SkillUp('orange', 1);"
  4468.  
  4469.   item_name_arcane_brew    "Arcane Brew"
  4470.   item_type_arcane_brew    "food"
  4471.   item_examine_arcane_brew    "The Sages of Maroka used this brew"
  4472.                 "before they went into deep study."
  4473.                 "It has been said that the brew, when"
  4474.                 "imbibed, enhances the drinker's"
  4475.                 "perceptions and cognitive skills."
  4476.                 " "
  4477.                 "This drink should give an increase among"
  4478.                 "skills that use Center Chakra." 
  4479.   item_perclick_arcane_brew    "1"
  4480.   item_price_buying_arcane_brew    ""
  4481.   item_price_selling_arcane_brew    ""
  4482.   item_foodscript_arcane_brew    "SkillUp('yellow', 1);"
  4483.  
  4484.   item_name_natures_sap        "Nature's Sap"
  4485.   item_type_natures_sap        "food"
  4486.   item_examine_natures_sap    "The trees of the forest are a rich,"
  4487.                 "unlimited source of powerful medicine and"
  4488.                 "beneficial substances."
  4489.                 " "
  4490.                 "Made from the sap of medicinal trees and"
  4491.                 "broth from their barks, Nature's sap grants"
  4492.                 "greater proficiency in skills using the"
  4493.                 "Life Chakra." 
  4494.   item_perclick_natures_sap    "1"
  4495.   item_price_buying_natures_sap    ""
  4496.   item_price_selling_natures_sap    ""
  4497.   item_foodscript_natures_sap    "SkillUp('green', 1);"
  4498.  
  4499.   item_name_kiss_of_the_current        "Kiss of the Current"
  4500.   item_type_kiss_of_the_current        "food"
  4501.   item_examine_kiss_of_the_current    "The depths of Maroka's bosom hold"
  4502.                 "many wonders and secrets that provide us"
  4503.                 "with great benefits."
  4504.                 " "
  4505.                 "Even the Marokan Sages of the olden times"
  4506.                 "did not disclose the ingredients for fear"
  4507.                 "that such powerful drinks are prone to"
  4508.                 "abuse."
  4509.                 " "
  4510.                 "The Kiss of the Current endows additional"
  4511.                 "proficiency upon the skills which draw"
  4512.                 "power from the Wave Chakra."
  4513.   item_perclick_kiss_of_the_current    "1"
  4514.   item_price_buying_kiss_of_the_current    ""
  4515.   item_price_selling_kiss_of_the_current    ""
  4516.   item_foodscript_kiss_of_the_current    "SkillUp('blue', 1);"
  4517.  
  4518.   item_name_grail_of_the_ancients        "Grail of the Ancients"
  4519.   item_type_grail_of_the_ancients        "food"
  4520.   item_examine_grail_of_the_ancients    "Also known as the Dancing Spirit"
  4521.                 "because of the ethereal qualities of"
  4522.                 "the drink. The liquid seems to come alive"
  4523.                 "because the vial shakes, like an unborn"
  4524.                 "child in its mother's womb." 
  4525.                 " "
  4526.                 "This royal-looking vial seems very old."
  4527.                 "The Elder prophets created these drinks"
  4528.                 "to aid the Protectors of the Land as they"
  4529.   item_examine2_grail_of_the_ancients "did their duty."
  4530.                 " "
  4531.                 "The Grail of the Anicents enables superna-"
  4532.                 "tural mastery upon the skills which draw"
  4533.                 "upon from the Divine Chakra."
  4534.   item_perclick_grail_of_the_ancients    "1"
  4535.   item_price_buying_grail_of_the_ancients    ""
  4536.   item_price_selling_grail_of_the_ancients    ""
  4537.   item_foodscript_grail_of_the_ancients    "SkillUp('white', 1);"
  4538.  
  4539.  
  4540.   item_name_elder_totem        "Elder Totem"
  4541.   item_examine_elder_totem    "A small statue of an Elder, looking very"
  4542.                 "wise and very old."
  4543.   item_perclick_elder_totem        "1"
  4544.   item_readlevel_elder_totem        "0"
  4545.   item_readexamine_elder_totem        "This totem is carved in the image of the"
  4546.                     "late Elder Sangil, the father of Marawat."
  4547.                     "It somehow communicates a certain image"
  4548.                     "of Tersiago slaying the Elder Sangil."                                    "It also brings another image of Marawat"
  4549.                     "burning down his father's hut and other"
  4550.                     "writings."
  4551.   item_price_buying_elder_totem        ""
  4552.   item_price_selling_elder_totem    ""
  4553.   item_acquirescript_elder_totem     ""
  4554.  
  4555.   item_name_folded_english_paper        "Folded Paper"
  4556.   item_examine_folded_english_paper        "A piece of folded Senastille paper."
  4557.   item_perclick_folded_english_paper        "1"
  4558.   item_price_buying_folded_english_paper    ""
  4559.   item_price_selling_folded_english_paper    ""
  4560.   item_acquirescript_folded_english_paper     ""
  4561.  
  4562.   item_name_eagle_feather        "Eagle's Feather"
  4563.   item_examine_eagle_feather        "The feather of an 'agila', or a Marokan"
  4564.                     "eagle."
  4565.   item_perclick_eagle_feather        "1"
  4566.   item_price_buying_eagle_feather    ""
  4567.   item_selling_eagle_feather        ""
  4568.   item_acquirescript_eagle_feather    "ScoreUp(3);"
  4569.  
  4570.   item_name_ganaags_pendant        "Ganaag's Pendant"
  4571.   item_examine_ganaags_pendant        "A pendant made of polished wood. Cat's"
  4572.                     "claws and eagle's feather adorn it- "
  4573.                     "peculiar emblems of the Mangapawi tribe."
  4574.   item_perclick_ganaags_pendant        "1"
  4575.   item_price_buying_ganaags_pendant    ""
  4576.   item_price_selling_ganaags_pendant    ""
  4577.   item_acquirescript_ganaags_pendant     ""
  4578.  
  4579.   item_name_genealogy_book        "Genealogy Book"
  4580.   item_examine_genealogy_book        "A very old record of Marokan ancestry, with"
  4581.                     "some names missing. All you can make out is"
  4582.                     "this phrase: 'Maktan, son of Kaldo.'"
  4583.   item_perclick_genealogy_book        "1"
  4584.   item_price_buying_genealogy_book    ""
  4585.   item_price_selling_genealogy_book    ""
  4586.   item_acquirescript_genealogy_book     ""
  4587.  
  4588.   item_name_medicine            "Medicine"
  4589.   item_examine_medicine            "A bottle of Senastille medicine, from Dr."
  4590.                     "Sobrepe±a's own handiwork."
  4591.   item_perclick_medicine        "1"
  4592.   item_price_buying_medicine        ""
  4593.   item_price_selling_medicine        ""
  4594.   item_acquirescript_medicine         ""
  4595.  
  4596.   item_name_foreman_journal        "Foreman's Journal"
  4597.   item_examine_foreman_journal    "...all hope is lost.  We should have known"
  4598.                         "better than to open the jars.  Thinking that"
  4599.                         "there was great treasure in these artifacts,"
  4600.                         "one of my men opened it and some kind of gas"
  4601.                         "was released.  Afterwards, we heard a scream"
  4602.                         "that came from deep within the earth.  I did"
  4603.                         "know what it was.  All I know is that we are"
  4604.                         "trapped here because of the cave-in caused"
  4605.                         "by our greediness.  May Daeus or Maroka have"
  4606.                         "mercy on us all..."
  4607.   item_perclick_foreman_journal    "1"
  4608.   item_price_buying_foreman_journal    ""
  4609.   item_price_selling_foreman_journal    ""
  4610.   item_acquirescript_foreman_journal     "ScoreUp(10);"
  4611.  
  4612.   item_name_religious_texts        "Religious Texts"
  4613.   item_examine_religious_texts        "Some religious texts for Teodoro."
  4614.   item_perclick_religious_texts        "1"
  4615.   item_price_buying_religious_texts    ""
  4616.   item_price_selling_religious_texts    ""
  4617.   item_acquirescript_religious_texts     ""
  4618.  
  4619.   item_name_letter_seal            "Sealed Letter"
  4620.   item_examine_letter_seal        "A sealed letter from the Governor-General."
  4621.   item_perclick_letter_seal        "1"
  4622.   item_price_buying_letter_seal    ""
  4623.   item_price_selling_letter_seal    ""
  4624.   item_acquirescript_letter_seal     ""
  4625.  
  4626.   item_name_letter_reply        "Reply Letter"
  4627.   item_examine_letter_reply        "A reply letter for Governor-General Bastio."
  4628.   item_perclick_letter_reply        "1"
  4629.   item_price_buying_letter_reply    ""
  4630.   item_price_selling_letter_reply    ""
  4631.   item_acquirescript_letter_reply     ""
  4632.  
  4633.   item_name_letter_delvalle_truce    "Truce Letter"
  4634.   item_examine_letter_delvalle_truce    "A letter from Del Valle requesting a truce."
  4635.                     "with the Mangapawi tribe."
  4636.   item_perclick_letter_delvalle_truce    "1"
  4637.  
  4638.  
  4639.   item_name_annunciola_token        "Annunciola Token"
  4640.   item_examine_annunciola_token        "A symbol of Annunciola's old glory. It is a"
  4641.                     "token from Captain Jimenez, to endorse me to"
  4642.                     "Datu Aligaen."
  4643.   item_perclick_annunciola_token    "1"
  4644.   item_price_buying_annunciola_token    ""
  4645.   item_price_selling_annunciola_token    ""
  4646.   item_acquirescript_annunciola_token     ""
  4647.  
  4648.  
  4649.   item_name_madona_left            "Left Half of Carving"
  4650.   item_examine_madona_left        "The left side of a wood carving. I can't make"
  4651.                     "out the picture."
  4652.   item_perclick_madona_left        "1"
  4653.   item_price_buying_madona_left            ""
  4654.   item_price_selling_madona_left    ""
  4655.   item_acquirescript_madona_left    ""
  4656.  
  4657.   item_name_madona_right        "Right Half of Carving"
  4658.   item_examine_madona_right        "The right side of a wood carving. I can't make"
  4659.                     "out the picture."
  4660.   item_perclick_madona_right        "1"
  4661.   item_price_buying_madona_right    ""
  4662.   item_price_selling_madona_right    ""
  4663.   item_acquirescript_madona_right     ""
  4664.  
  4665.   item_name_food_legmeat        "Cooked Leg of Meat"
  4666.   item_type_food_legmeat        "food"
  4667.   item_examine_food_legmeat        "Meat from a boar.  Sinewy and tasty, it"
  4668.                         "is enough for a whole day's meal."
  4669.                         "Sustains a person for 24 hours."  
  4670.   item_readlevel_food_legmeat        "0"
  4671.   item_readexamine_food_legmeat        ""
  4672.   item_perclick_food_legmeat        "1"
  4673.   item_price_buying_food_legmeat    "10"
  4674.   item_price_selling_food_legmeat    "5"
  4675.   item_foodscript_food_legmeat        "Eat(1440);"
  4676.  
  4677.   item_name_food_sugar            "Sugar"
  4678.   item_type_food_sugar            "food"
  4679.   item_examine_food_sugar        "This is a Marokan kind of sugar, a syrupy"
  4680.                     "substance made from Marokan sugar cane.  It is"
  4681.                     "used in many dishes as a sweetener." 
  4682.                     "Sustains a person for 2 hours."
  4683.   item_readlevel_food_sugar        "0"
  4684.   item_readexamine_food_sugar        ""
  4685.   item_perclick_food_sugar        "1"
  4686.   item_price_buying_food_sugar        "10"
  4687.   item_price_selling_food_sugar        "5"
  4688.   item_foodscript_food_sugar        "Eat(100);"
  4689.  
  4690.   item_name_food_porkchop        "Grilled Pork Chop"
  4691.   item_type_food_porkchop        "food"
  4692.   item_examine_food_porkchop        "Pig's meat grilled with some kind of"
  4693.                     "sweet sauce.  It is taut and crispy."
  4694.                     "Sustains a person for 18 hours."  
  4695. item_readlevel_food_porkchop        "0"
  4696.   item_readexamine_food_porkchop    ""
  4697.   item_perclick_food_porkchop        "1"
  4698.   item_price_buying_food_porkchop    "10"
  4699.   item_price_selling_food_porkchop    "5"
  4700.   item_foodscript_food_porkchop        "Eat(1000);"
  4701.  
  4702.   item_name_rice            "Uncooked Rice"
  4703.   item_examine_rice            "The staple food of Maroka. Even the local"
  4704.                     "birds and fowls feed upon rice that is"
  4705.                     "scattered on the ground.  It can be steamed"
  4706.                     "and then fried to provide excellent nourishment."
  4707.   item_perclick_rice            "1"
  4708.   item_price_buying_rice        "0"
  4709.   item_price_selling_rice        "0"
  4710.   item_acquirescript_rice         ""
  4711.  
  4712.   item_name_matulis            "Matulis"
  4713.   item_examine_matulis            "Ganaag's black rooster."
  4714.   item_perclick_matulis            "1"
  4715.   item_price_buying_matulis        ""
  4716.   item_price_selling_matulis        ""
  4717.   item_acquirescript_matulis        "globals.quest_find_matulis = 1000; ScoreUp(5);"
  4718.  
  4719.   item_name_hen                "Hen"
  4720.   item_examine_hen            "A hen."
  4721.   item_perclick_hen            "1"
  4722.   item_price_buying_hen            "50"
  4723.   item_price_selling_hen        "25"
  4724.   item_acquirescript_hen        "ScoreUp(5);"
  4725.  
  4726.   item_name_whiteboar            "White Boar"
  4727.   item_examine_whiteboar        "In Marokan legends,  the white boars are revered"
  4728.                     "messengers of Maroka.  It is said that they"
  4729.                     "cannot die.  However, nobody ever said that they"
  4730.                     "can't be caught."
  4731.   item_perclick_whiteboar        "1"
  4732.   item_price_buying_whiteboar        ""
  4733.   item_price_selling_whiteboar    ""
  4734.   item_acquirescript_whiteboar    ""
  4735.  
  4736.   item_name_flute            "Bone Flute"
  4737.   item_examine_flute            "A carved flute out of carabao horn."
  4738.   item_readlevel_flute            "0"
  4739.   item_readexamine_flute        ""
  4740.   item_perclick_flute            "1"
  4741.   item_price_buying_flute        "25"
  4742.   item_price_selling_flute        "10"
  4743.   item_acquirescript_flute        "ScoreUp(3);"
  4744.  
  4745.   item_name_assorted_gems        "Assorted Gems"
  4746.   item_examine_assorted_gems        "These assorted gems are among the" 
  4747.                     "beautiful bounties of Maroka.  Ancient"
  4748.                     "Marokans just used to pluck gems from"
  4749.                     "the caverns.  Now they are rarely seen."
  4750.                     "Cut gems like these are even more rare."
  4751.   item_readlevel_assorted_gems            "0"
  4752.   item_readexamine_assorted_gems        ""
  4753.   item_perclick_assorted_gems            "1"
  4754.   item_price_buying_assorted_gems        "180"
  4755.   item_price_selling_assorted_gems        "60"
  4756.   item_acquirescript_assorted_gems        ""
  4757.  
  4758. //
  4759.  
  4760.  item_name_jar9_0                "Jar 0/9 Parts"
  4761.  item_type_jar9_0                "9jar"
  4762.  item_perclick_jar9_0            "1"
  4763.  item_examine_jar9_0            "A big water fetching jar. It's empty."
  4764.  item_num_combine_jar9_0        "1"
  4765.  item_combine_name0_jar9_0        "7jar"
  4766.  item_combine_script0_jar9_0    "mangapawi/use7with9"
  4767.  
  4768.  item_name_jar9_1                "Jar 1/9 Parts"
  4769.  item_type_jar9_1                "9jar"
  4770.  item_perclick_jar9_1            "1"
  4771.  item_examine_jar9_1            "A big water fetching jar. There's one"
  4772.                     "part of water in it."
  4773.  item_num_combine_jar9_1        "1"
  4774.  item_combine_name0_jar9_1        "7jar"
  4775.  item_combine_script0_jar9_1    "mangapawi/use7with9"
  4776.  
  4777.  item_name_jar9_2                "Jar 2/9 Parts"
  4778.  item_type_jar9_2                "9jar"
  4779.  item_perclick_jar9_2            "1"
  4780.  item_examine_jar9_2            "A big water fetching jar. There are two"
  4781.                     "parts of water in it."
  4782.  item_num_combine_jar9_2        "1"
  4783.  item_combine_name0_jar9_2        "7jar"
  4784.  item_combine_script0_jar9_2    "mangapawi/use7with9"
  4785.  
  4786.  item_name_jar9_3                "Jar 3/9 Parts"
  4787.  item_type_jar9_3                "9jar"
  4788.  item_perclick_jar9_3            "1"
  4789.  item_examine_jar9_3            "A big water fetching jar. There are three"
  4790.                     "parts of water in it."
  4791.  item_num_combine_jar9_3        "1"
  4792.  item_combine_name0_jar9_3        "7jar"
  4793.  item_combine_script0_jar9_3    "mangapawi/use7with9"
  4794.  
  4795.  item_name_jar9_4                "Jar 4/9 Parts"
  4796.  item_type_jar9_4                "9jar"
  4797.  item_perclick_jar9_4            "1"
  4798.  item_examine_jar9_4            "A big water fetching jar. There are four"
  4799.                     "parts of water in it."
  4800.  item_num_combine_jar9_4        "1"
  4801.  item_combine_name0_jar9_4        "7jar"
  4802.  item_combine_script0_jar9_4    "mangapawi/use7with9"
  4803.  
  4804.  item_name_jar9_5                "Jar 5/9 Parts"
  4805.  item_type_jar9_5                "9jar"
  4806.  item_perclick_jar9_5            "1"
  4807.  item_examine_jar9_5            "A big water fetching jar. There are five"
  4808.                     "parts of water in it."
  4809.  item_num_combine_jar9_5        "1"
  4810.  item_combine_name0_jar9_5        "7jar"
  4811.  item_combine_script0_jar9_5    "mangapawi/use7with9"
  4812.  
  4813.  item_name_jar9_6                "Jar 6/9 Parts"
  4814.  item_type_jar9_6                "9jar"
  4815.  item_perclick_jar9_6            "1"
  4816.  item_examine_jar9_6            "A big water fetching jar. There are six"
  4817.                     "parts of water in it."
  4818.  item_num_combine_jar9_6        "1"
  4819.  item_combine_name0_jar9_6        "7jar"
  4820.  item_combine_script0_jar9_6    "mangapawi/use7with9"
  4821.  
  4822.  item_name_jar9_7                "Jar 7/9 Parts"
  4823.  item_type_jar9_7                "9jar"
  4824.  item_perclick_jar9_7            "1"
  4825.  item_examine_jar9_7            "A big water fetching jar. There are seven"
  4826.                     "parts of water in it."
  4827.  item_num_combine_jar9_7        "1"
  4828.  item_combine_name0_jar9_7        "7jar"
  4829.  item_combine_script0_jar9_7    "mangapawi/use7with9"
  4830.  
  4831.  item_name_jar9_8                "Jar 8/9 Parts"
  4832.  item_type_jar9_8                "9jar"
  4833.  item_perclick_jar9_8            "1"
  4834.  item_examine_jar9_8            "A big water fetching jar. There are eight"
  4835.                     "parts of water in it."
  4836.  item_num_combine_jar9_8        "1"
  4837.  item_combine_name0_jar9_8        "7jar"
  4838.  item_combine_script0_jar9_8    "mangapawi/use7with9"
  4839.  
  4840.  item_name_jar9_9                "Jar 9/9 Parts"
  4841.  item_type_jar9_9                "9jar"
  4842.  item_perclick_jar9_9            "1"
  4843.  item_examine_jar9_9            "A big water fetching jar. It is full to"
  4844.                     "the brim."
  4845.  item_num_combine_jar9_9        "1"
  4846.  item_combine_name0_jar9_9        "7jar"
  4847.  item_combine_script0_jar9_9    "mangapawi/use7with9"
  4848.  
  4849.  
  4850.  item_name_jar7_0                "Jar 0/7 Parts"
  4851.  item_type_jar7_0                "7jar"
  4852.  item_perclick_jar7_0            "1"
  4853.  item_examine_jar7_0            "A medium water fetching jar. It's empty."
  4854.  item_num_combine_jar7_0        "1"
  4855.  item_combine_name0_jar7_0        "9jar"
  4856.  item_combine_script0_jar7_0    "mangapawi/use9with7"
  4857.  
  4858.  item_name_jar7_1                "Jar 1/7 Parts"
  4859.  item_type_jar7_1                "7jar"
  4860.  item_perclick_jar7_1            "1"
  4861.  item_examine_jar7_1            "A medium water fetching jar. There's one"
  4862.                     "part of water in it."
  4863.  item_num_combine_jar7_1        "1"
  4864.  item_combine_name0_jar7_1        "9jar"
  4865.  item_combine_script0_jar7_1    "mangapawi/use9with7"
  4866.  
  4867.  item_name_jar7_2                "Jar 2/7 Parts"
  4868.  item_type_jar7_2                "7jar"
  4869.  item_perclick_jar7_2            "1"
  4870.  item_examine_jar7_2            "A medium water fetching jar. There are two"
  4871.                     "parts of water in it."
  4872.  item_num_combine_jar7_2        "1"
  4873.  item_combine_name0_jar7_2        "9jar"
  4874.  item_combine_script0_jar7_2    "mangapawi/use9with7"
  4875.  
  4876.  item_name_jar7_3                "Jar 3/7 Parts"
  4877.  item_type_jar7_3                "7jar"
  4878.  item_perclick_jar7_3            "1"
  4879.  item_examine_jar7_3            "A medium water fetching jar. There are three"
  4880.                     "parts of water in it."
  4881.  item_num_combine_jar7_3        "1"
  4882.  item_combine_name0_jar7_3        "9jar"
  4883.  item_combine_script0_jar7_3    "mangapawi/use9with7"
  4884.  
  4885.  item_name_jar7_4                "Jar 4/7 Parts"
  4886.  item_type_jar7_4                "7jar"
  4887.  item_perclick_jar7_4            "1"
  4888.  item_examine_jar7_4            "A medium water fetching jar. There are four"
  4889.                     "parts of water in it."
  4890.  item_num_combine_jar7_4        "1"
  4891.  item_combine_name0_jar7_4        "9jar"
  4892.  item_combine_script0_jar7_4    "mangapawi/use9with7"
  4893.  
  4894.  item_name_jar7_5                "Jar 5/7 Parts"
  4895.  item_type_jar7_5                "7jar"
  4896.  item_perclick_jar7_5            "1"
  4897.  item_examine_jar7_5            "A medium water fetching jar. There are five"
  4898.                     "parts of water in it."
  4899.  item_num_combine_jar7_5        "1"
  4900.  item_combine_name0_jar7_5        "9jar"
  4901.  item_combine_script0_jar7_5    "mangapawi/use9with7"
  4902.  
  4903.  item_name_jar7_6                "Jar 6/7 Parts"
  4904.  item_type_jar7_6                "7jar"
  4905.  item_perclick_jar7_6            "1"
  4906.  item_examine_jar7_6            "A medium water fetching jar. There are six"
  4907.                     "parts of water in it."
  4908.  item_num_combine_jar7_6        "1"
  4909.  item_combine_name0_jar7_6        "9jar"
  4910.  item_combine_script0_jar7_6    "mangapawi/use9with7"
  4911.  
  4912.  item_name_jar7_7                "Jar 7/7 Parts"
  4913.  item_type_jar7_7                "7jar"
  4914.  item_perclick_jar7_7            "1"
  4915.  item_examine_jar7_7            "A medium water fetching jar. It is full"
  4916.                     "to the brim."
  4917.  item_num_combine_jar7_7        "1"
  4918.  item_combine_name0_jar7_7        "9jar"
  4919.  item_combine_script0_jar7_7    "mangapawi/use9with7"
  4920.  
  4921. //
  4922.  
  4923.  say_toofar0        "toofar0.wav"
  4924.  say_toofar1        "toofar1.wav"
  4925.  say_toofar2        "toofar2.wav"
  4926.  say_toofar3        "toofar3.wav"
  4927.  say_getcloser0        "getcloser0.wav"
  4928.  say_getcloser1        "getcloser1.wav"
  4929.  
  4930.  say_needmore0        "needmore0.wav"
  4931.  say_needmore1        "needmore1.wav"
  4932.  say_needmore2        "needmore2.wav"
  4933.  say_needmore3        "needmore3.wav"
  4934.  
  4935.  say_hungryA0        "hungryA0.wav"
  4936.  say_hungryA1        "hungryA1.wav"
  4937.  say_hungryA2        "hungryA2.wav"
  4938.  say_hungryB0        "hungryB0.wav"
  4939.  say_hungryB1        "hungryB1.wav"
  4940.  say_hungryB2        "hungryB2.wav"
  4941.  
  4942.  say_sleepyA0        "sleepyA0.wav"
  4943.  say_sleepyA1        "sleepyA1.wav"
  4944.  say_sleepyB0        "sleepyB0.wav"
  4945.  say_sleepyB1        "sleepyB1.wav"
  4946.  
  4947.  say_cantsell0        "cantsell0.wav"
  4948.  say_cantsell2        "cantsell1.wav"
  4949.  say_lackmoney0        "lackmoney0.wav"
  4950.  say_lackmoney1        "lackmoney1.wav"
  4951.  
  4952.  say_nospace0        "nospace0.wav"
  4953.  say_nospace1        "nospace1.wav"
  4954.  say_noenergy0        "noenergy0.wav"
  4955.  say_noenergy1        "noenergy1.wav"
  4956.  say_noarrows0        "noarrows0.wav"
  4957.  say_noarrows1        "noarrows1.wav"
  4958.  say_nobullets0        "nobullets0.wav"
  4959.  say_nobullets1        "nobullets1.wav"
  4960.  say_cantgo0        "cantgo0.wav"
  4961.  say_cantgo1        "cantgo1.wav"
  4962.  
  4963.  say_noeffect0        "noeffect0.wav"
  4964.  say_noeffect1        "noeffect1.wav"
  4965.  say_noeffect2        "noeffect2.wav"
  4966.  
  4967.  say_morelevel0        "morelevel0.wav"
  4968.  say_morelevel1        "morelevel1.wav"
  4969.  say_morelevel2        "morelevel2.wav"
  4970.  
  4971.  say_notwork0        "notwork0.wav"
  4972.  say_notwork1        "notwork1.wav"
  4973.  say_notwork2        "notwork2.wav"
  4974.  say_notwork3        "notwork3.wav"
  4975.  say_notwork4        "notwork4.wav"
  4976.  say_notwork5        "notwork5.wav"
  4977.  say_notwork6        "notwork6.wav"
  4978.  say_notwork7        "notwork7.wav"
  4979.  
  4980.  say_datsme0        "datsme0.wav"
  4981.  say_datsme1        "datsme1.wav"
  4982.  say_datsme2        "datsme2.wav"
  4983.  say_datsme3        "datsme3.wav"
  4984.  say_datsme4        "datsme4.wav"
  4985.  say_datsme5        "datsme5.wav"
  4986.  
  4987.  say_gulp0        "gulp0.wav"
  4988.  say_gulp1        "gulp1.wav"
  4989.  
  4990.  say_statup0        "statup.wav"
  4991.  say_newskill0        "newskill.wav"
  4992.  say_skillup0        "skillup.wav"
  4993.  say_ouch0        "ouch0.wav"
  4994.  say_ouch1        "ouch1.wav"
  4995.  
  4996. //  HINTS
  4997.  
  4998.  num_hints            "17"
  4999.  hint_name            "Hint"
  5000.  hint_index            "1"
  5001.  
  5002.  hint_entry0    "Controls"
  5003.  hint_text0    "The controls of this game may be a"
  5004.         "little different from what you're used"
  5005.         "to; take time to read these hints as"
  5006.         "they pop up, so you can be more familiar"
  5007.         "with how things work."
  5008.         " "
  5009.         "You can move around using 'W' to move up"
  5010.         "'A' to move left, 'S' to move down, and"
  5011.         "'D' to move right. You can enter and"
  5012.         "exit rooms by walking towards a door."
  5013.  hint_text0_2    " "
  5014.         "To find out where the doors are in a"
  5015.         "room, hold 'TAB' to see blue markers"
  5016.         "indicating doors."
  5017.         " "
  5018.         "NOTE: The 'TAB' key also highlights"
  5019.         "interactive items, objects, and people"
  5020.         "with a red glow. Left-click to use and"
  5021.         "drag an item to your inventory."
  5022.  
  5023.  hint_entry1    "Examine & Action Modes"
  5024.  hint_text1    "During normal gameplay, your mouse"
  5025.         "cursor has two modes: Examine Mode and"
  5026.         "Action Mode. Right-clicking on your"
  5027.         "mouse will shift between these two"
  5028.         "modes."
  5029.         " "
  5030.         "When you left-click while in Examine"
  5031.         "Mode (represented by an eye icon), a" 
  5032.         "description of the object or person"
  5033.         "will appear."
  5034.  hint_text1_2   " "
  5035.         "When in Action Mode (represented by"
  5036.         "a hand icon) you can use an object,"
  5037.         "pick up an item, or talk to a person"
  5038.         "(the eye icon automatically changes"
  5039.         "into a spinning mouth icon)."
  5040.  
  5041.  hint_entry2    "Remember the 'TAB' key"
  5042.  hint_text2    "The 'TAB' key is very useful in 'Anito'."
  5043.         "Hold down the 'TAB' key to see blue"
  5044.         "markers indicating doors you can enter,"
  5045.         "and red highlights for items you can"
  5046.         "use and people you can talk to."
  5047.  
  5048.  hint_entry3    "Picking Up Items"
  5049.  hint_text3    "To put items in your inventory, right"
  5050.         "click to go into Action Mode (the"
  5051.         "cursor becomes a hand icon), left-click"
  5052.         "on the item, and drag it to your"
  5053.         "inventory (the ten square slots you see"
  5054.         "at the lower center part of the"
  5055.         "interface). The items on each of these"
  5056.         "ten slots have hotkeys assigned to the"
  5057.         "corresponding numbers 1 to 0 in your 
  5058.         "keyboard."
  5059.  hint_text3_2    " "
  5060.         "You can also examine these items in"
  5061.         "your inventory while in Examine Mode"
  5062.         "(right-click so your cursor becomes"
  5063.         "an eye icon)."
  5064.  
  5065.  hint_entry4    "Using Items"
  5066.  hint_text4    "During normal gameplay, you can drag"
  5067.         "and drop items onto your character or"
  5068.         "onto the portrait at the bottom right"
  5069.         "corner of the interface. You can"
  5070.         "automatically equip weapons and armor"
  5071.         "by doing the same."
  5072.         " "
  5073.         "Melee weapons such as swords are"
  5074.         "equipped in the primary weapon slot"
  5075.         "(the right hand pointing up in your"
  5076.  hint_text4_2    "Inventory screen). Ranged weapons and"
  5077.         "shields are equipped in the secondary"
  5078.         "slot (the left hand pointing down)."
  5079.         " "
  5080.         "NOTE: You can access items by pressing" 
  5081.         "the corresponding number key of the"
  5082.         "quick slot that the item occupies. For"
  5083.         "example, a guava in the first slot can"
  5084.         "be eaten immediately by pressing 1."
  5085.  
  5086.  hint_entry5    "'I' for Inventory"
  5087.  hint_text5    "To see all the items you're carrying,"
  5088.         "press 'I' to access the Inventory"
  5089.         "screen. Here, you can equip weapons"
  5090.         "and armor and arrange your items. You"
  5091.         "can dispose of an item by dragging it"
  5092.         "to the waste basket found at the bottom"
  5093.         "right corner of the inventory screen."
  5094.         " "
  5095.         "NOTE: Items you trash will appear on"
  5096.         "the ground where you stand. You can"
  5097.         "retrieve them by picking them up again."
  5098.  
  5099.  hint_entry6    "Making New Friends"
  5100.  hint_text6    "Talking to other characters is essential"
  5101.         "in moving the story forward. To talk to"
  5102.         "someone, go into Action Mode. A spinning"
  5103.         "mouth icon will appear over a non-player"
  5104.         "character (NPC). Then left-click on the"
  5105.         "NPC to start a conversation."
  5106.         " "
  5107.         "NOTE: Some NPCs will automatically"
  5108.         "engage you in conversation."
  5109.  hint_text6_2   " "
  5110.         "You can speed up dialogue by clicking"
  5111.         "the arrow icon in the bottom right of"
  5112.         "the dialogue panel, or pressing the"
  5113.         "Escape (ESC) key. When presented with"
  5114.         "choices in the dialogue panel, you can"
  5115.         "choose your answer by clicking on the"
  5116.         "choice you want or pressing the number"
  5117.         "of the choice on your keyboard."
  5118.  
  5119.  hint_entry7    "Eating and Sleeping"
  5120.  hint_text7    "Your character needs to eat and sleep,"
  5121.         "just like you. You can buy food at the"
  5122.         "market and eat it by dragging the item"
  5123.         "onto your portrait. To sleep, find a"
  5124.         "quiet place and a comfortable bed (your"
  5125.         "bedroom and the town inn are the usual"
  5126.         "places), go into Action Mode, and use"
  5127.         "the bed. You can choose to sleep for a"
  5128.         "long time or just take a nap." 
  5129.  hint_text7_2    " "
  5130.         "A warning will appear when you have not"
  5131.         "eaten enough or when you lack sleep."
  5132.         "Once you lack sleep your character" 
  5133.         "will not regenerate naturally.  When"
  5134.         "you are hungry your character's"
  5135.         "statistics will decrease temporarily."
  5136.  
  5137.  hint_entry8    "Combat: Melee Weapons"
  5138.  hint_text8    "To go into Combat Mode, press the"
  5139.         "Spacebar. A spinning icon will appear" 
  5140.         "over any hostile or killable target."
  5141.         "If you have a weapon equipped, your"
  5142.         "character automatically uses the "
  5143.         "active weapon.  If you have two"
  5144.         "weapons equipped you can activate"
  5145.         "either one and switch between these"
  5146.         "two by pressing 'Q' while in" 
  5147.         "in Combat Mode."
  5148.  hint_text8_2    " "
  5149.         "To attack, point and click at the"
  5150.         "target while in Combat Mode. Left-click"
  5151.         "will use the primary attack of the"
  5152.         "active weapon.  Right-clicking on your"
  5153.         "target will use the secondary attack." 
  5154.         " "
  5155.         "Dead NPCs or creatures sometimes carry"
  5156.         "items.  To pick these up,  just click"
  5157.         "on the dead NPC while in Normal mode."
  5158.  
  5159.  hint_entry9    "Combat: Ranged weapons"
  5160.  hint_text9    "If a ranged weapon like a bow or a gun"
  5161.         "is the active weapon, holding down the"
  5162.         "left mouse button in Combat Mode will"
  5163.         "let your character aim. A status bar"
  5164.         "with a blue crystal bulb on top will"
  5165.         "appear beside your character.  This"
  5166.         "indicates the degree of accuracy that"
  5167.         "your character has achieved when he or"
  5168.         "she aims. The bulb will light up when"
  5169.         "maximum aim has been achieved. However,"
  5170.  hint_text9_2     "you may fire immediately once you hear"
  5171.         "the first beep. A ranged weapon has a"
  5172.         "secondary melee attack."
  5173.         " "
  5174.         "Your character's accuracy is based on" 
  5175.         "your Agility score and Ranged skill." 
  5176.         "The higher your Ranged skill, the"
  5177.         "shorter it will take to achieve the"
  5178.         "maximum aim."
  5179.  
  5180.  hint_entry10    "Ability Scores"
  5181.  hint_text10    "Press 'K' to get to the Skills screen."
  5182.         " "
  5183.         "Whenever you receive a bonus Ability"
  5184.         "point, you may add to your character's"         
  5185.         "statistics. Allocate this Ability point"
  5186.         "by simply clicking on the panel or the"
  5187.         "crystal of the ability desired."
  5188.         " "
  5189.  hint_text10_2    "NOTE: Once you have allocated an"
  5190.         "Attribute or Skill point, it cannot be"
  5191.         "undone. So please think carefully"
  5192.         "before clicking."
  5193.  
  5194.  hint_entry11    "Skills: How to Use Them"
  5195.  hint_text11    "The skill panel, located at the" 
  5196.         "uppermost center of the interface,"
  5197.         "displays the active skill.  Pressing the"
  5198.         "'E' key will make your character use"
  5199.         "this skill."
  5200.         " "
  5201.         "To navigate through your available"
  5202.         "skills, hold down the Left shift key and"
  5203.         "use your assigned UP, DOWN, LEFT & RIGHT"
  5204.         "keys (W,S,A,D by default). Clicking on"
  5205.  hint_text11_2    "the scroll buttons beside the skill"
  5206.         "panel also lets you navigate left and"
  5207.         "right.When you release the Left shift"
  5208.         "key, the skill selected in the square"
  5209.         "brackets '[ ]' becomes the active skill."
  5210.         " "
  5211.         "NOTE: YOu can assign hotkeys to your"
  5212.         "favorite skills by pressing Left shift"
  5213.  hint_text11_3     "plus F1, F2, or F3 while the skill is"
  5214.         "active."
  5215.  
  5216.  hint_entry12    "Skills: Allocating Points"
  5217.  hint_text12    "Every time you acquire a new skill or"
  5218.         "receive a bonus skill point, your Skill"
  5219.         "screen updates. The interface updates"
  5220.         "to display a bar of that chakra's color."
  5221.         " "
  5222.         "When your character receives a skill-up"
  5223.         "for a particular color or chakra, a"
  5224.         "number will appear in the same colored"
  5225.         "crystal in the wooden dummy. This shows"
  5226.         "the number of skill-ups remaining."
  5227.         " "
  5228.  hint_text12_2    "Allocate this skill point by clicking"
  5229.         "on the crystal ball inside the wooden"
  5230.         "panel on the right that indicates the"
  5231.         "desired skill."
  5232.         " "
  5233.         "NOTE: Whenever a skill point is" 
  5234.         "available, moving your mouse over this"
  5235.         "crystal ball will show you the benefits"
  5236.         "of the next level of skill."
  5237.  
  5238.  hint_entry13    "Buying & Selling"
  5239.  hint_text13    "Some characters are merchants. When you"
  5240.         "talk to them, you can choose to look at"
  5241.         "what they are selling."
  5242.         " "
  5243.         "To examine the merchant's goods, go into"
  5244.         "Examine Mode (cursor is an eye icon) &"
  5245.         "left-click on the item. Use the scroll"
  5246.         "bars to see everything the merchant is"
  5247.         "selling. To buy something, go to Action"
  5248.         "Mode (cursor is a hand icon). From the"  
  5249.  hint_text13_2    "Buy and Sell window, left-click, drag, &"
  5250.         "drop the item into your quick inventory"
  5251.         "slots.  If you can't afford it, just put"
  5252.         "it back among the merchant's goods." 
  5253.         " "
  5254.         "To sell something from your inventory,"
  5255.         "simply left-click on the item you wish"
  5256.         "to sell & place it in the merchant's"
  5257.         "slots while in Action Mode."
  5258.  
  5259.  hint_entry14    "Combining Items"
  5260.  hint_text14    "Some puzzles may require you to combine"
  5261.         "items to produce a new item.  For example,"
  5262.         "you can mix two potions & come up with a"
  5263.         "different potion, losing the first two"
  5264.         "you have combined.  When a particular" 
  5265.         "combination does not do anything,"
  5266.         "nothing will happen. An item on the"
  5267.         "cursor can be combined with another item"
  5268.         "in your inventory by clicking the right"
  5269.         "mouse button."
  5270.  
  5271.  hint_entry15    "Hints"
  5272.  hint_text15    "The Hints page gives useful information"
  5273.             "applicable to your character's task at"
  5274.             "hand.  To get to this screen, click on"
  5275.             "the Hint icon that occasionally appears"
  5276.             "at the bottom left of the screen just"
  5277.             "above the interface, or open the Game"
  5278.             "Menu (ESC)>>Help. Pressing the forward"
  5279.             "arrow while in this page will let you"
  5280.             "scroll through all the hints available."
  5281.  hint_entry16    "Maps"
  5282.  hint_text16    "You can access your map by pressing 'M'."
  5283.         "The spinning icon represents your current"
  5284.         "location and the gold markers indicate"
  5285.         "different destinations when you move your"
  5286.         "mouse over them. While in the Map screen,"
  5287.         "you can switch between the town or area"
  5288.         "map (crescent) and the world map (circle)."
  5289.         "Some markers will only appear when you" 
  5290.         "have already visited those areas."
  5291.         
  5292.  
  5293. //  MAPS
  5294.  
  5295.  num_maps        "13"
  5296.  
  5297.  map0            "Maroka"
  5298.  map0_name        "Maroka"
  5299.  map0_enabled    "1"
  5300.  map0_left        "239"
  5301.  map0_top        "97"
  5302.  map0_right        "840"
  5303.  map0_bottom    "647"
  5304.  
  5305.  map0_num_markers        "4"
  5306.  map0_marker0_name        "Villacredo"
  5307.  map0_marker0_enabled    "0"
  5308.  map0_marker0_x            "617"
  5309.  map0_marker0_y            "425"
  5310.  map0_marker1_name        "South Siliman Forest"
  5311.  map0_marker1_enabled    "1"
  5312.  map0_marker1_x            "677"
  5313.  map0_marker1_y            "392"
  5314.  map0_marker2_name        "North Siliman Forest"
  5315.  map0_marker2_enabled    "0"
  5316.  map0_marker2_x            "662"
  5317.  map0_marker2_y            "317"
  5318.  map0_marker3_name        "Orta±ez"
  5319.  map0_marker3_enabled    "0"
  5320.  map0_marker3_x            "766"
  5321.  map0_marker3_y            "346"
  5322.  
  5323.  map1            "Villacredo"
  5324.  map1_name        "Villacredo"
  5325.  map1_enabled        "1"
  5326.  map1_left        "244"
  5327.  map1_top        "131"
  5328.  map1_right        "713"
  5329.  map1_bottom        "600"
  5330.  map1_num_markers    "18"
  5331.  
  5332.  map1_marker0_name    "Warehouse"
  5333.  map1_marker0_enabled    "1"
  5334.  map1_marker0_x        "486"
  5335.  map1_marker0_y        "492"
  5336.  map1_marker1_name    "The Pit"
  5337.  map1_marker1_enabled    "1"
  5338.  map1_marker1_x        "372"
  5339.  map1_marker1_y        "330"
  5340.  map1_marker2_name    "Market"
  5341.  map1_marker2_enabled    "1"
  5342.  map1_marker2_x        "347"
  5343.  map1_marker2_y        "381"
  5344.  map1_marker3_name    "Town Hall"
  5345.  map1_marker3_enabled    "1"
  5346.  map1_marker3_x        "570"
  5347.  map1_marker3_y        "430"
  5348.  map1_marker4_name    "Pawnshop"
  5349.  map1_marker4_enabled    "1"
  5350.  map1_marker4_x        "542"
  5351.  map1_marker4_y        "295"
  5352.  map1_marker5_name    "Tama's Tavern"
  5353.  map1_marker5_enabled    "1"
  5354.  map1_marker5_x        "544"
  5355.  map1_marker5_y        "349"
  5356.  map1_marker6_name    "Chapel"
  5357.  map1_marker6_enabled    "1"
  5358.  map1_marker6_x        "416"
  5359.  map1_marker6_y        "391"
  5360.  map1_marker7_name    "Inn"
  5361.  map1_marker7_enabled    "1"
  5362.  map1_marker7_x        "476"
  5363.  map1_marker7_y        "387"
  5364.  map1_marker8_name    "Tinio's House"
  5365.  map1_marker8_enabled    "1"
  5366.  map1_marker8_x        "600"
  5367.  map1_marker8_y        "224"
  5368.  map1_marker9_name    "Lab"
  5369.  map1_marker9_enabled    "1"
  5370.  map1_marker9_x        "426"
  5371.  map1_marker9_y        "249"
  5372.  map1_marker10_name    "Stables"
  5373.  map1_marker10_enabled    "1"
  5374.  map1_marker10_x    "340"
  5375.  map1_marker10_y    "483"
  5376.  map1_marker11_name    "To Villacredo Outskirts"
  5377.  map1_marker11_enabled    "1"
  5378.  map1_marker11_x    "511"
  5379.  map1_marker11_y    "140"
  5380.  map1_marker12_name    "Blacksmith"
  5381.  map1_marker12_enabled    "1"
  5382.  map1_marker12_x    "472"
  5383.  map1_marker12_y    "265"
  5384.  map1_marker13_name    "To East Makiling"
  5385.  map1_marker13_enabled    "1"
  5386.  map1_marker13_x    "257"
  5387.  map1_marker13_y    "350"
  5388.  map1_marker14_name    "To South Siliman"
  5389.  map1_marker14_enabled    "1"
  5390.  map1_marker14_x    "709"
  5391.  map1_marker14_y    "406"
  5392.  map1_marker15_name    "Lagyo's Hut"
  5393.  map1_marker15_enabled    "0"
  5394.  map1_marker15_x    "608"
  5395.  map1_marker15_y    "361"
  5396.  map1_marker16_name    "Farmer's Field"
  5397.  map1_marker16_enabled    "0"
  5398.  map1_marker16_x    "480"
  5399.  map1_marker16_y    "580"
  5400.  map1_marker17_name    "Burnt Ruins"
  5401.  map1_marker17_enabled    "0"
  5402.  map1_marker17_x    "418"
  5403.  map1_marker17_y    "316"
  5404.  
  5405.  map2            "Orta±ez Outskirts"
  5406.  map2_name        "Orta±ez Outskirts"
  5407.  map2_enabled        "1"
  5408.  map2_left        "332"
  5409.  map2_top        "120"
  5410.  map2_right        "702"
  5411.  map2_bottom        "693"
  5412.  map2_num_markers    "3"
  5413.  
  5414.  map2_marker0_name    "Gate"
  5415.  map2_marker0_enabled    "1"
  5416.  map2_marker0_x        "373"
  5417.  map2_marker0_y        "423"
  5418.  map2_marker1_name    "Kirog's Burrow"
  5419.  map2_marker1_enabled    "1"
  5420.  map2_marker1_x        "561"
  5421.  map2_marker1_y        "220"
  5422.  map2_marker2_name    "To North Siliman Forest"
  5423.  map2_marker2_enabled    "1"
  5424.  map2_marker2_x        "667"
  5425.  map2_marker2_y        "130" 
  5426.  
  5427.  map3            "North Siliman Forest"
  5428.  map3_name        "North Siliman Forest"
  5429.  map3_enabled        "1"
  5430.  map3_left        "132"
  5431.  map3_top        "253"
  5432.  map3_right        "954"
  5433.  map3_bottom        "501"
  5434.  map3_num_markers    "5"
  5435.  
  5436.  map3_marker0_name    "To Jungle of Shadows"
  5437.  map3_marker0_enabled    "1"
  5438.  map3_marker0_x        "347"
  5439.  map3_marker0_y        "260"
  5440.  map3_marker1_name    "To Orta±ez"
  5441.  map3_marker1_enabled    "1"
  5442.  map3_marker1_x        "912"
  5443.  map3_marker1_y        "485"
  5444.  map3_marker2_name    "To South Siliman Forest"
  5445.  map3_marker2_enabled    "1"
  5446.  map3_marker2_x        "347"
  5447.  map3_marker2_y        "486"  
  5448.  map3_marker3_name    "Boat Ride Area"
  5449.  map3_marker3_enabled    "0"
  5450.  map3_marker3_x        "206"
  5451.  map3_marker3_y        "281"  
  5452.  map3_marker4_name    "Siliman Cave"
  5453.  map3_marker4_enabled    "0"
  5454.  map3_marker4_x        "598"
  5455.  map3_marker4_y        "281"   
  5456.  
  5457.  map4            "South Siliman Forest"
  5458.  map4_name        "South Siliman Forest"
  5459.  map4_enabled        "1"
  5460.  map4_left        "360"
  5461.  map4_top        "100"
  5462.  map4_right        "765"
  5463.  map4_bottom        "640"
  5464.  map4_num_markers    "5"
  5465.  
  5466.  map4_marker0_name    "To North Siliman Forest"
  5467.  map4_marker0_enabled    "1"
  5468.  map4_marker0_x        "408"
  5469.  map4_marker0_y        "127"
  5470.  map4_marker1_name    "To Villacredo Outskirts"
  5471.  map4_marker1_enabled    "1"
  5472.  map4_marker1_x        "343"
  5473.  map4_marker1_y        "327"
  5474.  map4_marker2_name    "To Villacredo"
  5475.  map4_marker2_enabled    "1"
  5476.  map4_marker2_x        "343"
  5477.  map4_marker2_y        "631"
  5478.  map4_marker3_name    "To Tanazan"
  5479.  map4_marker3_enabled    "1"
  5480.  map4_marker3_x        "342"
  5481.  map4_marker3_y        "206"
  5482.  map4_marker4_name    "Clearing"
  5483.  map4_marker4_enabled    "1"
  5484.  map4_marker4_x        "458"
  5485.  map4_marker4_y        "437"
  5486. }
  5487.  
  5488.